]> Git repositories of Nishi - tewi.git/commitdiff
add icon
authorNishi <nishi@nishi.boats>
Thu, 19 Sep 2024 10:42:38 +0000 (10:42 +0000)
committerNishi <nishi@nishi.boats>
Thu, 19 Sep 2024 10:42:38 +0000 (10:42 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@76 8739d7e6-ffea-ec47-b151-bdff447c6205

Server/install.nsi
Server/tewi-install.ico [new file with mode: 0644]

index b53fd9f7d99e73d52d4476350e5ae0c24598fb09..a18b79b89b0e63adfc55077a76bed12cd627d4ae 100644 (file)
@@ -6,7 +6,7 @@ LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf"
 Name "Tewi HTTPd"
 OutFile "install.exe"
 InstallDir "C:\Tewi"
-Icon "tewi.ico"
+Icon "tewi-install.ico"
 LicenseData ../LICENSE
 
 LangString EXEC_ONLY ${LANG_ENGLISH} "Install the executable only"
diff --git a/Server/tewi-install.ico b/Server/tewi-install.ico
new file mode 100644 (file)
index 0000000..a68160d
Binary files /dev/null and b/Server/tewi-install.ico differ