Skip to content

Commit

Permalink
Fixup win64 packaging
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Oct 13, 2023
1 parent 26a7b59 commit 64e2ad8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ TARGETS += build/mod-screenshot$(APP_EXT)
TARGETS += build/mod-ui$(APP_EXT)
TARGETS += build/default.pedalboard
TARGETS += build/html
TARGETS += build/lib
TARGETS += build/mod
TARGETS += build/modtools
ifeq ($(WINDOWS),true)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Feedback and testing is very much appreciated, make sure to report issues you fi

Current known issues:

- MIDI support is incomplete, likely to not work yet
- MIDI support is incomplete (crashes on Windows, "Separate" MIDI mode not implemented yet)
- Pedalboard save fails to create screenshot/thumbnail
- Handling of Windows filepaths is not always correct (differences between POSIX vs Windows path separators)
- jackd.exe (through mod-host) asks for public network permissions which are not needed
Expand Down
5 changes: 1 addition & 4 deletions utils/win64-installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Source: "..\build\jack\mod-midi-merger.dll"; DestDir: "{app}\jack"; Flags: ignor
; mod-app + qt5
Source: "..\build\mod-app.exe"; DestDir: "{app}"; Flags: ignoreversion;
Source: "..\build\Qt5*.dll"; DestDir: "{app}"; Flags: ignoreversion;
Source: "..\build\bearer\q*.dll"; DestDir: "{app}\bearer"; Flags: ignoreversion;
Source: "..\build\generic\q*.dll"; DestDir: "{app}\generic"; Flags: ignoreversion;
Source: "..\build\iconengines\q*.dll"; DestDir: "{app}\iconengines"; Flags: ignoreversion;
Source: "..\build\imageformats\q*.dll"; DestDir: "{app}\imageformats"; Flags: ignoreversion;
Expand Down Expand Up @@ -137,9 +136,7 @@ Source: "..\build\html\resources\*.html"; DestDir: "{app}\html\resources"; Flags
Source: "..\build\html\resources\pedals\*.css"; DestDir: "{app}\html\resources\pedals"; Flags: ignoreversion;
Source: "..\build\html\resources\pedals\*.png"; DestDir: "{app}\html\resources\pedals"; Flags: ignoreversion;
Source: "..\build\html\resources\templates\*.html"; DestDir: "{app}\html\resources\templates"; Flags: ignoreversion;
Source: "..\build\lib\*.dll"; DestDir: "{app}\lib"; Flags: ignoreversion;
Source: "..\build\lib\*.pyd"; DestDir: "{app}\lib"; Flags: ignoreversion;
Source: "..\build\lib\*.zip"; DestDir: "{app}\lib"; Flags: ignoreversion;
Source: "..\build\lib\*.*"; DestDir: "{app}\lib"; Flags: ignoreversion;
Source: "..\build\mod\*.py"; DestDir: "{app}\mod"; Flags: ignoreversion;
Source: "..\build\mod\communication\*.py"; DestDir: "{app}\mod\communication"; Flags: ignoreversion;
Source: "..\build\modtools\*.py"; DestDir: "{app}\modtools"; Flags: ignoreversion;
Expand Down

0 comments on commit 64e2ad8

Please sign in to comment.