This commit is contained in:
2025-07-04 00:16:44 +03:00
parent 83bce895ce
commit 27d7f6bdeb
14 changed files with 491 additions and 447 deletions
@@ -0,0 +1,13 @@
@echo off
setlocal
set "app=PrismLauncher"
set "from_1=%storage-games%\%app%"
set "to_1=%appdata%\%app%"
rd /s /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal