Skip to content

Commit

Permalink
changing some build parameters for the AutoIT Compiler for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
snicker committed Sep 30, 2013
1 parent d07a1a1 commit 6e8a523
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions habitrpg.au3
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
;HabitRPG-CLI
;Version 0.1 by snicker ([email protected])
;https://github.com/snicker/HabitRPG-CLI
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=res\icon-128.ico
#AutoIt3Wrapper_Outfile=release\habitrpg.exe
#AutoIt3Wrapper_Res_Description=HabitRPG-CLI
#AutoIt3Wrapper_Res_Fileversion=0.1.0.0
#AutoIt3Wrapper_Res_Fileversion_AutoIncrement=p
#AutoIt3Wrapper_Res_requestedExecutionLevel=asInvoker
#AutoIt3Wrapper_Run_After=md "%scriptdir%\release\%fileversion%"
#AutoIt3Wrapper_Run_After=move /Y "%out%" "%scriptdir%\release\%fileversion%\"
#AutoIt3Wrapper_Run_After=copy "%scriptdir%\habitrpg.ini" "%scriptdir%\release\%fileversion%\" /Y
#AutoIt3Wrapper_Run_After=xcopy "%scriptdir%\res\*" "%scriptdir%\release\%fileversion%\res\" /Y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
;HabitRPG-CLI
;Version 0.1 by snicker ([email protected])
;https://github.com/snicker/HabitRPG-CLI
#include ".\libs\winhttp\WinHttp.au3"
#include ".\libs\growl\_Growl.au3"
#include ".\libs\json\JSON.au3"
Expand Down

0 comments on commit 6e8a523

Please sign in to comment.