Skip to content

Commit

Permalink
add opera offer to windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Oct 18, 2023
1 parent 360e43a commit ebda95d
Show file tree
Hide file tree
Showing 2 changed files with 343 additions and 119 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ jobs:
curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/iscc6.txz
tar -xJf iscc6.txz
popd
echo Extracting installer dependencies
curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/innosetup-opera-1.txz
tar -xJf innosetup-opera-1
rm innosetup-opera-1
echo Running Inno Setup Compiler
ISCC -Q -O. shotcut.iss
echo Signing the installer
osslsigncode sign -pkcs12 CodeSignCertificates2023.p12 -readpass CodeSignCertificates.pass -n "Shotcut Installer" -i "https://www.meltytech.com" -t "http://timestamp.digicert.com" -in shotcut-setup.exe -out shotcut-setup-signed.exe
Expand Down
Loading

0 comments on commit ebda95d

Please sign in to comment.