Drop legacy PSLauncher.exe backward compat (not in prod yet)
Simplifies the rename done in ce3979d : PS_Launcher.exe is the only
name. Removes the dual-path lookup in LauncherSelfUpdater, the
duplicated taskkill blocks in the .bat scripts, the legacy patterns
in .gitignore, and the explanatory comments about the migration.
Cleaner code, single source of truth for the binary name.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -14,10 +14,6 @@
|
||||
#define MyAppVersion "0.14.0"
|
||||
#define MyAppPublisher "ASTERION VR"
|
||||
#define MyAppURL "https://asterionvr.com"
|
||||
; Renommé en v0.14.0 (PSLauncher.exe → PS_Launcher.exe). Les nouvelles installs
|
||||
; auront ce nom ; les anciennes installs auto-updatées garderont PSLauncher.exe
|
||||
; sur disque (le self-updater écrase le fichier sans le renommer). Code OK pour
|
||||
; les deux variantes.
|
||||
#define MyAppExeName "PS_Launcher.exe"
|
||||
#define MyUpdaterExeName "PS_Launcher.Updater.exe"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user