diff --git a/data/configurations/[all]/64Gram.bat b/data/configurations/[archive]/64Gram.bat similarity index 93% rename from data/configurations/[all]/64Gram.bat rename to data/configurations/[archive]/64Gram.bat index dc594f5..b116b07 100644 --- a/data/configurations/[all]/64Gram.bat +++ b/data/configurations/[archive]/64Gram.bat @@ -1,13 +1,13 @@ -@echo off -setlocal - -set "app=64Gram Desktop" - -set "from_1=%storage%\%app%\%computername%" -set "to_1=%appdata%\%app%\tdata" - -rd /s /q "%to_1%" - -mklink /D "%to_1%" "%from_1%" - +@echo off +setlocal + +set "app=64Gram Desktop" + +set "from_1=%storage%\%app%\%computername%" +set "to_1=%appdata%\%app%\tdata" + +rd /s /q "%to_1%" + +mklink /D "%to_1%" "%from_1%" + endlocal \ No newline at end of file