commit
13546a0b48
4 changed files with 4 additions and 1 deletions
3
build/compile.bat
Normal file
3
build/compile.bat
Normal 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
|
|
@ -43,7 +43,7 @@ SetWinDelay, 10
|
||||||
Menu, Tray, Tip, %NAME% %VERSION%
|
Menu, Tray, Tip, %NAME% %VERSION%
|
||||||
If A_IsCompiled
|
If A_IsCompiled
|
||||||
Menu, Tray, Icon, %A_ScriptFullPath%, -159
|
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, Icon, % A_ScriptDir . "\logo.ico"
|
||||||
Menu, Tray, NoStandard
|
Menu, Tray, NoStandard
|
||||||
Menu, Tray, Add, Toggle bar, Main_toggleBar
|
Menu, Tray, Add, Toggle bar, Main_toggleBar
|
||||||
|
|
BIN
src/logo.ico
BIN
src/logo.ico
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 2.5 KiB |
BIN
src/logo.xcf
BIN
src/logo.xcf
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue