Skip to content

Commit

Permalink
Update build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Avril112113 committed Apr 26, 2024
1 parent c2370a3 commit 830f6f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
release/
SSSWTool.zip

test/

build.log
2 changes: 2 additions & 0 deletions build_release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ FOR /F "tokens=* USEBACKQ" %%F IN (`where luajit`) DO SET LUAJIT_PATH=%%F
echo %LUAJIT_PATH%
copy "%LUAJIT_PATH%" "./release/luajit.exe"
copy "%LUAJIT_PATH%/../lua51.dll" "./release/lua51.dll"

7za a SSSWTool.zip ./release/*

0 comments on commit 830f6f0

Please sign in to comment.