From 83bce895ce5927ce7d66f7b232cda0ce99e06f60 Mon Sep 17 00:00:00 2001 From: oqyude Date: Thu, 19 Jun 2025 15:34:52 +0300 Subject: [PATCH] 123 --- .../{[all] => [archive]}/64Gram.bat | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) rename data/configurations/{[all] => [archive]}/64Gram.bat (93%) 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