This commit is contained in:
2025-07-24 21:22:48 +03:00
parent 989c1f01bd
commit 8ad7e813f2
17 changed files with 29 additions and 18 deletions
+1 -2
View File
@@ -8,9 +8,8 @@ set "to_1=%AppData%\%app%"
set "from_exe_1=%storage%\%app%\Patched\Windows\sublime_text.exe"
set "to_exe_1=%ProgramFiles%\%app%\sublime_text.exe"
rd /s /q "%to_1%"
rd /q "%to_1%"
copy /y "%from_exe_1%" "%to_exe_1%"
mklink /D "%to_1%" "%from_1%"
endlocal