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:
@@ -13,9 +13,6 @@ setlocal
|
||||
set "SCRIPT_DIR=%~dp0"
|
||||
|
||||
REM Termine les eventuelles instances en cours qui verrouilleraient les .exe
|
||||
REM (les deux noms : legacy PSLauncher et nouveau PS_Launcher >= v0.14.0)
|
||||
taskkill /F /IM PSLauncher.exe /T >nul 2>&1
|
||||
taskkill /F /IM PSLauncher.Updater.exe /T >nul 2>&1
|
||||
taskkill /F /IM PS_Launcher.exe /T >nul 2>&1
|
||||
taskkill /F /IM PS_Launcher.Updater.exe /T >nul 2>&1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user