fix path
This commit is contained in:
parent
533c066579
commit
3e309fca0a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ SETLOCAL ENABLEDELAYEDEXPANSION
|
|||
|
||||
SET "collapse=%ProgramFiles%\Collapse Launcher"
|
||||
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 "shortcutpath=%APPDATA%\Microsoft\Windows\Start Menu\Programs"
|
||||
|
||||
|
|
Loading…
Reference in a new issue