Skip to content

Commit

Permalink
Changing the GUID for JammerNetz 2, so you don't lose the original Ja…
Browse files Browse the repository at this point in the history
…mmerNetz installation, as this contains your secret.
  • Loading branch information
christofmuc committed Mar 21, 2021
1 parent 676a2b9 commit 02d6d5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Client/setup_client.iss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

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

0 comments on commit 02d6d5f

Please sign in to comment.