Skip to content

Commit

Permalink
Add basic release build script
Browse files Browse the repository at this point in the history
  • Loading branch information
rakiru committed Feb 14, 2016
1 parent d1c6912 commit bee4046
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/*.vxl
/*.icemap
/*.png
/bin


### D stuff
Expand Down
5 changes: 5 additions & 0 deletions build_release.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
del d-vxlmappreview.exe
dub build --force --build=release --arch=x86
move /Y d-vxlmappreview.exe bin/d-vxlmappreview_x86.exe
dub build --force --build=release --arch=x86_64
move /Y d-vxlmappreview.exe bin/d-vxlmappreview_x64.exe

0 comments on commit bee4046

Please sign in to comment.