Skip to content

Commit 02d6d5f

Browse files
committed
Changing the GUID for JammerNetz 2, so you don't lose the original JammerNetz installation, as this contains your secret.
1 parent 676a2b9 commit 02d6d5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Client/setup_client.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
; Script generated by the Inno Setup Script Wizard.
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

4-
#define MyAppName "JammerNetz"
5-
#define MyAppVersion "1.0.0"
4+
#define MyAppName "JammerNetz 2"
5+
#define MyAppVersion "2.0.0"
66
#define MyAppPublisher "Christof Ruch Beratungs UG (haftungsbeschränkt)"
77
#define MyAppURL "https://github.com/christofmuc/JammerNetz"
88
#define MyAppExeName "JammerNetzClient.exe"
@@ -11,7 +11,7 @@
1111
[Setup]
1212
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
1313
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
14-
AppId={{79860B85-3544-4CDE-BA0C-B56FA2962074}
14+
AppId={{704C397B-E756-47B0-AB7A-5C52A62E0A3F}
1515
AppName={#MyAppName}
1616
AppVersion={#MyAppVersion}
1717
;AppVerName={#MyAppName} {#MyAppVersion}

0 commit comments

Comments
 (0)