We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09535e0 commit 73724d6Copy full SHA for 73724d6
tools/create-release.bat
@@ -16,7 +16,7 @@ copy README.md %FOLDER%\kratos.gid\README.md
16
set RELEASE_FILE=kratos-%VERSION%-win-64.zip
17
del /f /q %RELEASE_FILE% 2>NUL
18
powershell.exe -noprofile -command "Compress-Archive -Path '%FOLDER%\*' -DestinationPath %RELEASE_FILE%"
19
-del /f /q .\dist\%RELEASE_FILE% 2>null
+del /f /q .\dist\%RELEASE_FILE% 2>NUL
20
move %RELEASE_FILE% .\dist\%RELEASE_FILE%
21
echo "Windows version created -> kratos-%VERSION%-win-64"
22
0 commit comments