We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d2941 commit d65e9b8Copy full SHA for d65e9b8
1 file changed
build_release.bat build_release.cmdbuild_release.bat renamed to build_release.cmd
@@ -32,7 +32,7 @@ rem sign code
32
rmdir /Q /S unigetui_bin
33
34
mkdir unigetui_bin
35
-robocopy src\UniGetUI\bin\x64\Release\net8.0-windows10.0.26100.0\win-x64\publish unigetui_bin *.* /MOVE /E
+robocopy src\UniGetUI\bin\x64\Release\net9.0-windows10.0.26100.0\win-x64\publish unigetui_bin *.* /MOVE /E
36
37
set /p signfiles="Do you want to sign the files? [Y/n]: "
38
if /i "%signfiles%" neq "n" (
0 commit comments