kopia lustrzana https://github.com/jameshball/osci-render
Add ignoreversion flag to inno setup installs
rodzic
5f237df693
commit
d036cbccd6
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Ładowanie…
Reference in New Issue