update versions and workflow

This commit is contained in:
xgui4
2026-05-08 13:34:29 -04:00
parent 9d46e2c041
commit 8010319edd
5 changed files with 23 additions and 18 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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