Skip to content
Snippets Groups Projects
Commit f6adb8d6 authored by Jonathan Kunstwald's avatar Jonathan Kunstwald
Browse files

Update Setup script for v1.2

parent 61030767
No related branches found
No related tags found
Loading
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment