Skip to content

Commit

Permalink
missing nul
Browse files Browse the repository at this point in the history
  • Loading branch information
jginternational committed Mar 21, 2023
1 parent 09535e0 commit 73724d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/create-release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ copy README.md %FOLDER%\kratos.gid\README.md
set RELEASE_FILE=kratos-%VERSION%-win-64.zip
del /f /q %RELEASE_FILE% 2>NUL
powershell.exe -noprofile -command "Compress-Archive -Path '%FOLDER%\*' -DestinationPath %RELEASE_FILE%"
del /f /q .\dist\%RELEASE_FILE% 2>null
del /f /q .\dist\%RELEASE_FILE% 2>NUL
move %RELEASE_FILE% .\dist\%RELEASE_FILE%
echo "Windows version created -> kratos-%VERSION%-win-64"

Expand Down

0 comments on commit 73724d6

Please sign in to comment.