Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Nov 2, 2023
1 parent d078b6c commit f121e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mod-ui
2 changes: 1 addition & 1 deletion utils/win64/win64-installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Source: "..\..\build\imageformats\q*.dll"; DestDir: "{app}\imageformats"; Flags:
Source: "..\..\build\platforms\q*.dll"; DestDir: "{app}\platforms"; Flags: ignoreversion;
Source: "..\..\build\styles\q*.dll"; DestDir: "{app}\styles"; Flags: ignoreversion;
; mod-ui + python
Source: "..\..\build\mod-screenshot.exe"; DestDir: "{app}"; Flags: ignoreversion;
Source: "..\..\build\mod-pedalboard.exe"; DestDir: "{app}"; Flags: ignoreversion;
Source: "..\..\build\mod-ui.exe"; DestDir: "{app}"; Flags: ignoreversion;
Source: "..\..\build\libpython3.8.dll"; DestDir: "{app}"; Flags: ignoreversion;
Source: "..\..\build\default.pedalboard\manifest.ttl"; DestDir: "{app}\default.pedalboard"; Flags: ignoreversion;
Expand Down

0 comments on commit f121e4b

Please sign in to comment.