Skip to content

Commit d68fe68

Browse files
committed
Set installer icon, released v1.1
1 parent ef1c89c commit d68fe68

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

NSIS Installer for KeyInsert.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; get NSIS at http://nsis.sourceforge.net/Download
33
; As a program that all Power PC users should have, Notepad++ is recommended to edit this file
44

5-
;Icon "My Project\document-properties.ico"
5+
Icon "Properties\key_presser_5.ico"
66
Caption "KeyInsert Installer"
77
Name "KeyInsert"
88
AutoCloseWindow true

Properties/AssemblyInfo.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Imports System.Runtime.InteropServices
2828
' You can specify all values by your own or you can build default build and revision
2929
' numbers with the '*' character (the default):
3030

31-
<Assembly: AssemblyVersion("1.0.0.0")>
32-
<Assembly: AssemblyFileVersion("1.0.0.0")>
31+
<Assembly: AssemblyVersion("1.1.0.0")>
32+
<Assembly: AssemblyFileVersion("1.1.0.0")>

0 commit comments

Comments
 (0)