Skip to content

Commit

Permalink
tweak icon
Browse files Browse the repository at this point in the history
  • Loading branch information
joedf committed Jul 18, 2021
1 parent a5f6ff2 commit 5b0c66a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Qonsole.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ App_date:="2021/07/18"
;@Ahk2Exe-SetCopyright (C) 2021`, joedf@ahkscript.org
Update_URL:="http://qonsole-ahk.sourceforge.net/update.ini"
Project_URL:="http://qonsole-ahk.sourceforge.net"
;@Ahk2Exe-SetMainIcon logo\Qonsole_sm.ico
;@Ahk2Exe-SetMainIcon logo\Qonsole_sm2.ico
;@Ahk2Exe-SetDescription Qonsole - Quake-like Console Emulator
;@Ahk2Exe-SetOrigFilename Qonsole.exe
;@Ahk2Exe-SetProductName Qonsole
Expand Down Expand Up @@ -1054,7 +1054,7 @@ if (!About_prog)
if (A_IsCompiled)
Gui, About_prog:Add, Picture, x2 y2 w48 h48 Icon1, %A_ScriptFullPath%
else
Gui, About_prog:Add, Picture, x2 y2 w48 h48 Icon1, %A_scriptDir%\logo\Qonsole_sm.ico
Gui, About_prog:Add, Picture, x2 y2 w48 h48 Icon1, %A_scriptDir%\logo\Qonsole_sm2.ico
Gui, About_prog:font, s16 c00FF00, Sans Serif
Gui, About_prog:font, s16 c00FF00, Segoe UI Light
Gui, About_prog:Add, Text, x+2 yp+4, Qonsole
Expand Down
Binary file added logo/Qonsole_256sm.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo/Qonsole_sm2.ico
Binary file not shown.

0 comments on commit 5b0c66a

Please sign in to comment.