Skip to content

Commit 73724d6

Browse files
missing nul
1 parent 09535e0 commit 73724d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/create-release.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ copy README.md %FOLDER%\kratos.gid\README.md
1616
set RELEASE_FILE=kratos-%VERSION%-win-64.zip
1717
del /f /q %RELEASE_FILE% 2>NUL
1818
powershell.exe -noprofile -command "Compress-Archive -Path '%FOLDER%\*' -DestinationPath %RELEASE_FILE%"
19-
del /f /q .\dist\%RELEASE_FILE% 2>null
19+
del /f /q .\dist\%RELEASE_FILE% 2>NUL
2020
move %RELEASE_FILE% .\dist\%RELEASE_FILE%
2121
echo "Windows version created -> kratos-%VERSION%-win-64"
2222

0 commit comments

Comments
 (0)