🐛[bugfix] Model : Update処理の不要なCommandを削除

This commit is contained in:
misyaguziya
2024-01-06 23:15:36 +09:00
parent bed525297e
commit ad92e1b5f7

View File

@@ -16,5 +16,5 @@ rmdir /s /q %local_path%%folder_tmp%
if %restart% == True (
START "" %local_path%%exe_name%
)
pause
del /f "%~dp0%~nx0"