Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Update LCsetup.iss
Browse files Browse the repository at this point in the history
  • Loading branch information
GorujoCY authored May 11, 2024
1 parent 1b710be commit e179370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LCsetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "LunarCore"
#define MyAppVersion "1.11"
#define MyAppVersion "1.12"
#define MyAppPublisher "Gorujo. For LC: Melledy"
#define MyAppExeName "LunarCore.jar"

Expand All @@ -12,7 +12,7 @@
; I redacted directories to hide my windows username and simplify the actual location
AppId=[REDACTED FOR SECURITY REASON]
AppName={#MyAppName}
AppVerName=Gorujo's LunarCore Installer 1.11
AppVerName=Gorujo's LunarCore Installer 1.12
;' Closing out quotation markdown issue here, this is supposed to be a comment
AppVersion={#MyAppVersion}
AppPublisher={#MyAppPublisher}
Expand Down

0 comments on commit e179370

Please sign in to comment.