diff --git a/SMACheck.au3 b/SMACheck.au3 index 81136c3..2dac0e5 100644 --- a/SMACheck.au3 +++ b/SMACheck.au3 @@ -12,13 +12,13 @@ ;#AutoIt3Wrapper_Res_ProductVersion=x.x.x.x ; Broken, use #AutoIt3Wrapper_Res_Field=ProductVersion|x.x.x as workarround. #AutoIt3Wrapper_Res_Field=ProductVersion|Freeware -#AutoIt3Wrapper_Res_Fileversion=1.0.0.3 +#AutoIt3Wrapper_Res_Fileversion=1.0.0.4 #AutoIt3Wrapper_Res_FileVersion_AutoIncrement=P ;(Y/N/P) AutoIncrement FileVersion After Aut2EXE is finished. default=N. P=Prompt, Will ask at Compilation time if you want to increase the versionnumber #AutoIt3Wrapper_Res_Language=1031 ;Resource Language code . german = 1031, english (U.S.) = 1033. default 2057=English (United Kingdom). For a List see http://technet.microsoft.com/en-us/library/dd346950.aspx #AutoIt3Wrapper_OutFile=..\..\COMPILED\SMACheck.exe #AutoIt3Wrapper_OutFile_X64=..\..\COMPILED\SMACheck_x64.exe -#AutoIt3Wrapper_Icon=.\resources\gfx\placeholder.ico +#AutoIt3Wrapper_Icon=.\resources\gfx\smacheck-icon.ico #AutoIt3Wrapper_Res_Field=OriginalFileName|SMACheck.exe ;#AutoIt3Wrapper_res_file_add=I:\SVN\_Mercurial\ZNC Tool\src\bg.jpg, rt_rcdata, img_bg; http://www.autoitscript.com/forum/topic/51103-resources-udf/ @@ -33,7 +33,7 @@ ;############################################################################################ -Global $VERSION = "1.0.0 alpha 1" +Global $VERSION = "1.0.0 alpha 2" #NoTrayIcon diff --git a/resources/gfx/smacheck-icon.ico b/resources/gfx/smacheck-icon.ico new file mode 100644 index 0000000..cf595d1 Binary files /dev/null and b/resources/gfx/smacheck-icon.ico differ diff --git a/resources/gfx/smacheck-icon.psd b/resources/gfx/smacheck-icon.psd new file mode 100644 index 0000000..f3470f4 Binary files /dev/null and b/resources/gfx/smacheck-icon.psd differ