This commit is contained in:
Mylloon 2024-12-09 08:38:53 +01:00
parent 533c066579
commit 3e309fca0a
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -3,7 +3,7 @@ SETLOCAL ENABLEDELAYEDEXPANSION
SET "collapse=%ProgramFiles%\Collapse Launcher" SET "collapse=%ProgramFiles%\Collapse Launcher"
SET "exe=CollapseLauncher.exe" SET "exe=CollapseLauncher.exe"
FOR /F "usebackq delims=" %%i IN (`dir /B /S "!collapse!\app-*"`) DO SET "vbc=%%i" FOR /F "usebackq delims=" %%i IN (`dir /B /S "!collapse!\current"`) DO SET "vbc=%%i"
SET "iconpath=Assets\Images\GameIcon" SET "iconpath=Assets\Images\GameIcon"
SET "shortcutpath=%APPDATA%\Microsoft\Windows\Start Menu\Programs" SET "shortcutpath=%APPDATA%\Microsoft\Windows\Start Menu\Programs"