Skip to content

Commit

Permalink
Add ignoreversion flag to inno setup installs
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshball committed Jan 7, 2025
1 parent 5f237df commit d036cbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packaging/osci-render.iss
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Name: "deletefiles"; Description: "Remove any existing settings (Clean installat

[Files]
Source: "..\Builds\osci-render\VisualStudio2022\x64\Release\Standalone Plugin\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\Builds\osci-render\VisualStudio2022\x64\Release\VST3\osci-render.vst3\Contents\x86_64-win\{#MyAppVstName}"; DestDir: "{cf}\VST3"
Source: "..\External\spout\SpoutLibrary.dll"; DestDir: "{app}"
Source: "..\Builds\osci-render\VisualStudio2022\x64\Release\VST3\osci-render.vst3\Contents\x86_64-win\{#MyAppVstName}"; DestDir: "{cf}\VST3"; Flags: ignoreversion
Source: "..\External\spout\SpoutLibrary.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\External\spout\SpoutLibrary.dll"; DestDir: "{sys}"

[InstallDelete]
Expand Down
4 changes: 2 additions & 2 deletions packaging/sosci.iss
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Name: "deletefiles"; Description: "Remove any existing settings (Clean installat

[Files]
Source: "..\Builds\sosci\VisualStudio2022\x64\Release\Standalone Plugin\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\Builds\sosci\VisualStudio2022\x64\Release\VST3\{#MyAppVstName}\Contents\x86_64-win\{#MyAppVstName}"; DestDir: "{cf}\VST3"
Source: "..\External\spout\SpoutLibrary.dll"; DestDir: "{app}"
Source: "..\Builds\sosci\VisualStudio2022\x64\Release\VST3\{#MyAppVstName}\Contents\x86_64-win\{#MyAppVstName}"; DestDir: "{cf}\VST3"; Flags: ignoreversion
Source: "..\External\spout\SpoutLibrary.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\External\spout\SpoutLibrary.dll"; DestDir: "{sys}"

[InstallDelete]
Expand Down

0 comments on commit d036cbc

Please sign in to comment.