From: Nishi Date: Thu, 19 Sep 2024 10:42:38 +0000 (+0000) Subject: add icon X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=d449ae2edd051579f298c00e7b17a654c9872829;p=tewi.git add icon git-svn-id: file:///raid/svn-personal/tewi/trunk@76 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/Server/install.nsi b/Server/install.nsi index b53fd9f..a18b79b 100644 --- a/Server/install.nsi +++ b/Server/install.nsi @@ -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 index 0000000..a68160d Binary files /dev/null and b/Server/tewi-install.ico differ