Skip to content

Commit 2c2896e

Browse files
committed
sign all dlls
1 parent f0bd3f2 commit 2c2896e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build_release.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ robocopy src\UniGetUI\bin\x64\Release\net8.0-windows10.0.26100.0\win-x64\publish
3737

3838
set /p signfiles="Do you want to sign the files? [Y/n]: "
3939
if /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"
6767
if exist %INSTALLATOR% (
6868
%INSTALLATOR% "UniGetUI.iss"
6969
move "UniGetUI Installer.exe" "UniGetUI.Installer.exe"

0 commit comments

Comments
 (0)