Skip to content

Commit

Permalink
Fix CLAP installer paths on Windows
Browse files Browse the repository at this point in the history
sudara committed Jan 17, 2025
1 parent 1fdd421 commit 4ac6a78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/installer.iss
Original file line number Diff line number Diff line change
@@ -36,12 +36,14 @@ Type: filesandordirs; Name: "{commoncf64}\VST3\{#ProductName}Data"
; MSVC adds a .ilk when building the plugin. Let's not include that.
[Files]
Source: "..\Builds\{#ProjectName}_artefacts\Release\VST3\{#ProductName}.vst3\*"; DestDir: "{commoncf64}\VST3\{#ProductName}.vst3\"; Excludes: *.ilk; Flags: ignoreversion recursesubdirs; Components: vst3
Source: "..\Builds\{#ProjectName}_artefacts\Release\CLAP\{#ProductName}.clap\*"; DestDir: "{commoncf64}\CLAP\{#ProductName}.clap\"; Excludes: *.ilk; Flags: ignoreversion recursesubdirs; Components: clap
Source: "..\Builds\{#ProjectName}_artefacts\Release\Standalone\{#ProductName}.exe"; DestDir: "{commonpf64}\{#Publisher}\{#ProductName}"; Flags: ignoreversion; Components: standalone

[Icons]
Name: "{autoprograms}\{#ProductName}"; Filename: "{commonpf64}\{#Publisher}\{#ProductName}\{#ProductName}.exe"; Components: standalone
Name: "{autoprograms}\Uninstall {#ProductName}"; Filename: "{uninstallexe}"

; This is optional, for preset or other plugin data
[Run]
Filename: "{cmd}"; \
WorkingDir: "{commoncf64}\VST3"; \

0 comments on commit 4ac6a78

Please sign in to comment.