Skip to content

Commit

Permalink
Updated Windows installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos committed Aug 8, 2020
1 parent 9429839 commit 442a51a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Deployment/Windows/OJD Installer.iss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Setup]
AppName=OJD
AppVersion=0.9.3
AppVersion=0.9.5
DefaultDirName={commoncf64}
DefaultGroupName=OJD
OutputBaseFilename="Install OJD"

[Files]
Source: "Bin\VST3\OJD.vst3"; DestDir: "{app}\VST3"
Source: "Bin\VST3\OJD.vst3"; DestDir: "{commoncf64}\VST3"; Flags: recursesubdirs
//Source: "OJD.aaxplugin\*"; DestDir: "{app}\Avid\Audio\Plug-Ins\OJD.aaxplugin"; Flags: recursesubdirs

0 comments on commit 442a51a

Please sign in to comment.