Skip to content

Commit

Permalink
build_release.bat Removed creation of unused folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Avril112113 committed Jun 4, 2024
1 parent 2a6d5b2 commit 8869f45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build_release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ SETLOCAL
if exist "./release/" rmdir "./release/" /q /s
mkdir "./release/"

mkdir "./release/SSSWTool"
copy "./main.lua" "./release/main.lua"
copy "./ssswtool.bat" "./release/ssswtool.bat"
xcopy "./tool" "./release/tool" /s /e /i
Expand Down

0 comments on commit 8869f45

Please sign in to comment.