Merge pull request #97 from x29a/master

Icon issue #94
This commit is contained in:
joten 2016-05-08 17:48:39 +02:00
commit 13546a0b48
4 changed files with 4 additions and 1 deletions

3
build/compile.bat Normal file
View File

@ -0,0 +1,3 @@
set COMPILER_PATH="C:\Program Files\AutoHotkey\Compiler\Ahk2Exe.exe"
%COMPILER_PATH% /in ..\src\Main.ahk /icon ..\src\logo.ico /mpress 1 /out ..\bugn.exe

View File

@ -43,7 +43,7 @@ SetWinDelay, 10
Menu, Tray, Tip, %NAME% %VERSION%
If A_IsCompiled
Menu, Tray, Icon, %A_ScriptFullPath%, -159
Else If FileExist(A_ScriptDir . "\logo.ico")
If FileExist(A_ScriptDir . "\logo.ico")
Menu, Tray, Icon, % A_ScriptDir . "\logo.ico"
Menu, Tray, NoStandard
Menu, Tray, Add, Toggle bar, Main_toggleBar

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.