Skip to content

Commit

Permalink
update windows build to include SMTC.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed Jan 16, 2025
1 parent c48eae5 commit e465180
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,12 @@ jobs:
rm Supersonic.exe &&
mv Supersonic-newbuild.exe Supersonic.exe
- name: Download smtc dll
run: >
wget https://github.com/supersonic-app/smtc-dll/releases/download/v0.0.1/SMTC.dll
- name: Generate zip bundle
run: zip Supersonic-windows.zip Supersonic.exe libmpv-2.dll
run: zip Supersonic-windows.zip Supersonic.exe libmpv-2.dll SMTC.dll

- name: Generate installer
uses: Minionguyjpro/[email protected]
Expand Down
1 change: 1 addition & 0 deletions win_inno_installscript.iss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
[Files]
Source: "{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "libmpv-2.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "SMTC.dll"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Expand Down

0 comments on commit e465180

Please sign in to comment.