mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 00:20:46 +00:00
update versions and workflow
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
; Non-commercial use only
|
||||
|
||||
#define MyAppName "LCE Qt Launcher (Nightly Preview Inno Setup 7 Installer)"
|
||||
#define MyAppVersion "2026.5.7"
|
||||
#define MyAppName "LCE Qt Launcher (Nightly)"
|
||||
#define MyAppVersion "2026.5.8"
|
||||
#define MyAppPublisher "Xgui4"
|
||||
#define MyAppURL "https://github.com/xgui4/lce-qt-launcher"
|
||||
#define MyAppExeName "main.exe"
|
||||
#define MyAppAssocName "LCE Qt Launcher Instance Save File"
|
||||
#define MyAppAssocName "LCE Qt Launcher instance save file"
|
||||
#define MyAppAssocNameFr "Fichier de sauvegarde d'instance LCE Qt Launcher"
|
||||
#define MyAppAssocExt ".lce_inst"
|
||||
#define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt
|
||||
|
||||
|
||||
@@ -3,11 +3,12 @@
|
||||
; Non-commercial use only
|
||||
|
||||
#define MyAppName "LCE Qt Launcher (Nightly)"
|
||||
#define MyAppVersion "2026.5.7"
|
||||
#define MyAppVersion "2026.5.8"
|
||||
#define MyAppPublisher "Xgui4"
|
||||
#define MyAppURL "https://github.com/xgui4/lce-qt-launcher"
|
||||
#define MyAppExeName "main.exe"
|
||||
#define MyAppAssocName "LCE Qt Launcher Instance Save File"
|
||||
#define MyAppAssocName "LCE Qt Launcher instance save file"
|
||||
#define MyAppAssocNameFr "Fichier de sauvegarde d'instance LCE Qt Launcher"
|
||||
#define MyAppAssocExt ".lce_inst"
|
||||
#define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt
|
||||
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
#define MyAppPublisher "Xgui4"
|
||||
#define MyAppURL "https://github.com/xgui4/lce-qt-launcher"
|
||||
#define MyAppExeName "main.exe"
|
||||
#define MyAppAssocName "LCE Qt Launcher Instance Save File"
|
||||
#define MyAppAssocName "LCE Qt Launcher instance save file"
|
||||
#define MyAppAssocNameFr "Fichier de sauvegarde d'instance LCE Qt Launcher"
|
||||
#define MyAppAssocExt ".lce_inst"
|
||||
#define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user