diff --git a/other/setup2.iss b/other/setup.iss similarity index 96% rename from other/setup2.iss rename to other/setup.iss index 655f3ce5e148725b61802fc9a972884c5217320a..11e6115fe87a9300cae7def410fb1224df17a275 100644 --- a/other/setup2.iss +++ b/other/setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Flock" -#define MyAppVersion "1.1" +#define MyAppVersion "1.2" #define MyAppPublisher "Jonathan Kunstwald" #define MyAppURL "https://graphics.rwth-aachen.de:9000/jkunstwald/flock" #define MyAppExeName "flock.exe" @@ -21,7 +21,7 @@ AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} DefaultDirName=C:/{#MyAppName} DisableProgramGroupPage=yes -OutputDir=C:\Users\Kunstwald\workspace\flock-dist\setup2 +OutputDir=C:\Users\Kunstwald\workspace\flock-dist\setup OutputBaseFilename=FlockSetup SetupIconFile=C:\Users\Kunstwald\workspace\FlockRTG\Flock\flock\flock.ico Compression=lzma