We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f67fe commit 3b5ee2eCopy full SHA for 3b5ee2e
1 file changed
extras/InstallerSetup.iss
@@ -2,7 +2,7 @@
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
4
#define MyAppName "3DTI Toolkit VST"
5
-#define MyAppVersion "1.0.0"
+#define MyAppVersion "1.0.1"
6
#define MyAppPublisher "3D Tune-In"
7
#define MyAppURL "https://www.3d-tune-in.eu"
8
#define MyAppExeName "3DTI-VST-Installer.exe"
@@ -23,7 +23,7 @@ UsePreviousAppDir=no
23
DisableDirPage=no
24
DefaultDirName=C:/VSTPlugins
25
CreateAppDir=no
26
-OutputBaseFilename=3DTI_Toolkit_VST_plugin_WIN_Installer-v0.7.4
+OutputBaseFilename=3DTI_Toolkit_VST_plugin_WIN_Installer-v1.0.1
27
Compression=lzma
28
SolidCompression=yes
29
ArchitecturesInstallIn64BitMode=x64
0 commit comments