File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ robocopy src\UniGetUI\bin\x64\Release\net8.0-windows10.0.26100.0\win-x64\publish
3737
3838set /p signfiles = " Do you want to sign the files? [Y/n]: "
3939if /i " %signfiles% " neq " n" (
40- %signcommand% " unigetui_bin/UniGetUI.exe" " unigetui_bin/UniGetUI.dll " " unigetui_bin/UniGetUI.*.dll " " unigetui_bin/ExternalLibraries. *.dll"
40+ %signcommand% " unigetui_bin/UniGetUI.exe" " unigetui_bin/*.dll"
4141
4242 if %errorlevel% neq 0 (
4343 echo " Signing has failed!"
@@ -63,7 +63,7 @@ if %errorlevel% neq 0 (
6363 pause
6464)
6565
66- set INSTALLATOR = " %SYSTEMDRIVE% \Program Files (x86) \Inno Setup 6\ISCC.exe"
66+ set INSTALLATOR = " %localappdata% \Programs \Inno Setup 6\ISCC.exe"
6767if exist %INSTALLATOR% (
6868 %INSTALLATOR% " UniGetUI.iss"
6969 move " UniGetUI Installer.exe" " UniGetUI.Installer.exe"
You can’t perform that action at this time.
0 commit comments