Skip to content

Commit

Permalink
Added Build command
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsmith1968 committed Nov 16, 2019
1 parent ad6c0a1 commit 9c954fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.exe
2 changes: 1 addition & 1 deletion _Build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ SET APPFILENAME=%APPNAME%.ahk
SET EXEFILENAME=%APPNAME%.exe
SET ICONFILENAME=windows.ico

CALL ..\BuildAHK.cmd "%~n0" "%APPNAME%" "%APPDESCRIPTION%" "%APPFILENAME%" "%EXEFILENAME%" "%ICONFILENAME%"
CALL BuildAHK.cmd "%~n0" "%APPNAME%" "%APPDESCRIPTION%" "%APPFILENAME%" "%EXEFILENAME%" "%ICONFILENAME%"

0 comments on commit 9c954fa

Please sign in to comment.