Skip to content

Commit 3b5ee2e

Browse files
committed
Updates Windows installer script
1 parent 49f67fe commit 3b5ee2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extras/InstallerSetup.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "3DTI Toolkit VST"
5-
#define MyAppVersion "1.0.0"
5+
#define MyAppVersion "1.0.1"
66
#define MyAppPublisher "3D Tune-In"
77
#define MyAppURL "https://www.3d-tune-in.eu"
88
#define MyAppExeName "3DTI-VST-Installer.exe"
@@ -23,7 +23,7 @@ UsePreviousAppDir=no
2323
DisableDirPage=no
2424
DefaultDirName=C:/VSTPlugins
2525
CreateAppDir=no
26-
OutputBaseFilename=3DTI_Toolkit_VST_plugin_WIN_Installer-v0.7.4
26+
OutputBaseFilename=3DTI_Toolkit_VST_plugin_WIN_Installer-v1.0.1
2727
Compression=lzma
2828
SolidCompression=yes
2929
ArchitecturesInstallIn64BitMode=x64

0 commit comments

Comments
 (0)