Skip to content

Commit

Permalink
Remove build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
goreliu committed Oct 23, 2016
1 parent 1032fa9 commit 3aca430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
4 changes: 2 additions & 2 deletions src/build.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
set PATH=%PATH%;c:\windows\Sysnative

bash -c ./prepare.sh && ^
bash -c ./prepare.sh < build.bat && ^
build\ahk\Compiler\Ahk2Exe.exe /in run-wsl-file.ahk /out run-wsl-file.exe /icon icons\script.ico && ^
build\ahk\Compiler\Ahk2Exe.exe /in open-wsl.ahk /out open-wsl.exe /icon icons\terminal.ico && ^
build\ahk\Compiler\Ahk2Exe.exe /in vim.ahk /out vim.exe /icon icons\text.ico && ^
bash -c ./package.sh && ^
bash -c ./package.sh < build.bat && ^
echo Build succeeded. && ^
exit

Expand Down
14 changes: 0 additions & 14 deletions src/build.sh

This file was deleted.

0 comments on commit 3aca430

Please sign in to comment.