Skip to content

Commit

Permalink
Merge branch 'master' into feat/tray-menu-server-status
Browse files Browse the repository at this point in the history
  • Loading branch information
elpiel committed Mar 12, 2024
2 parents d78c87a + a6c56a8 commit 921c293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ jobs:
dest: stremio-service-windows.zip
- name: Installer
run: |
& 'C:\Program Files (x86)\Inno Setup 6\ISCC.exe' 'setup\StremioService.iss'
- name: Sign Installer
run: |
& 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x86\signtool.exe' sign /f "resources\certificates\smartcode-20211118-20241118.pfx" /p ${{ secrets.WIN_CERT_PASSWORD }} /v "StremioServiceSetup.exe"
& 'C:\Program Files (x86)\Inno Setup 6\ISCC.exe' '/Sstremiosign=$qC:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x86\signtool.exe$q sign /f $q${{ github.workspace }}\resources\certificates\smartcode-20211118-20241118.pfx$q /p ${{ secrets.WIN_CERT_PASSWORD }} /v $f' 'setup\StremioService.iss'
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down
2 changes: 2 additions & 0 deletions setup/StremioService.iss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ WizardImageFile={#SourcePath}\windows-installer.bmp
WizardSmallImageFile={#SourcePath}\windows-installer-header.bmp
SetupIconFile={#SourcePath}..\resources\service.ico
UninstallDisplayIcon={app}\{#MyAppExeName},0
SignTool=stremiosign
SignedUninstaller=yes

[Code]
function ShouldSkipPage(PageID: Integer): Boolean;
Expand Down

0 comments on commit 921c293

Please sign in to comment.