Skip to content

Commit

Permalink
- Build script
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymous1184 committed Apr 7, 2020
1 parent 5fdc285 commit 3210b70
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
Binary file added assets/7z.dll
Binary file not shown.
Binary file added assets/7z.exe
Binary file not shown.
Binary file added assets/ahk2exe.exe
Binary file not shown.
Binary file added assets/bw-at.bin
Binary file not shown.
10 changes: 10 additions & 0 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@echo off
echo.
echo Working...
echo.
%~dp0assets\ahk2exe.exe /bin %~dp0assets\bw-at.bin /in %~dp0bw-at.ahk /out %~dp0release\bw-at.exe
pushd %~dp0release
del /q bw-at.*z*
..\assets\7z.exe a -t7z -mx=9 bw-at.7z bw-at.exe >nul
..\assets\7z.exe a -tzip -mx=9 bw-at.zip bw-at.exe >nul
pause

0 comments on commit 3210b70

Please sign in to comment.