123
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user