Skip to content

Commit d65e9b8

Browse files
committed
move .bat to .cmd (allows %errorlevel% to be reset)
1 parent 85d2941 commit d65e9b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ rem sign code
3232
rmdir /Q /S unigetui_bin
3333

3434
mkdir unigetui_bin
35-
robocopy src\UniGetUI\bin\x64\Release\net8.0-windows10.0.26100.0\win-x64\publish unigetui_bin *.* /MOVE /E
35+
robocopy src\UniGetUI\bin\x64\Release\net9.0-windows10.0.26100.0\win-x64\publish unigetui_bin *.* /MOVE /E
3636

3737
set /p signfiles="Do you want to sign the files? [Y/n]: "
3838
if /i "%signfiles%" neq "n" (

0 commit comments

Comments
 (0)