Skip to content

Commit

Permalink
upd build script
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Apr 8, 2021
1 parent 4ad5be3 commit dcced67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

cd ..\builder
build simplewall simplewall 3.3
call build simplewall simplewall 3.3

pause
5 changes: 1 addition & 4 deletions build_locale.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
@echo off

cd ..\builder
build_locale simplewall simplewall

copy /y ".\bin\simplewall.lng" ".\bin\32\simplewall.lng"
copy /y ".\bin\simplewall.lng" ".\bin\64\simplewall.lng"
call build_locale simplewall simplewall

pause

0 comments on commit dcced67

Please sign in to comment.