Skip to content

Commit

Permalink
add windows build bat
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed Jul 19, 2024
1 parent 2bf03cf commit 94841f5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build_bin.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
set TARGET_DIR=.\sakuramml-bin

cargo build --release
# copy
mkdir %TARGET_DIR%
copy README.md %TARGET_DIR%\
copy README_ja.md %TARGET_DIR%\
copy target\release\sakuramml.exe %TARGET_DIR%\

echo "OK"

0 comments on commit 94841f5

Please sign in to comment.