From 8e64fc0a0b97b21f66ac44de3174f4fd21492b71 Mon Sep 17 00:00:00 2001 From: Masayuki Satoh Date: Thu, 28 Aug 2014 16:59:22 +0900 Subject: [PATCH] Ver0.16 --- Gefu.pro | 4 +++- installer-full.nsi | 6 +++--- installer.nsi | 6 +++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Gefu.pro b/Gefu.pro index 6ecb326..b6dc477 100644 --- a/Gefu.pro +++ b/Gefu.pro @@ -88,7 +88,9 @@ OTHER_FILES += \ Gefu.rc \ README.md \ ReadMe.txt \ - keybind.txt + keybind.txt \ + installer-full.nsi \ + installer.nsi macx { ICON = ./images/Gefu.icns diff --git a/installer-full.nsi b/installer-full.nsi index ce60bd6..c4ba791 100644 --- a/installer-full.nsi +++ b/installer-full.nsi @@ -2,7 +2,7 @@ ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "Gefu" -!define PRODUCT_VERSION "0.15" +!define PRODUCT_VERSION "0.16" !define PRODUCT_PUBLISHER "@miyabi_satoh" !define PRODUCT_WEB_SITE "http://gefu.sourceforge.jp/" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Gefu.exe" @@ -51,7 +51,7 @@ var ICONS_GROUP ; MUI end ------ Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" -OutFile "Gefu015_full_setup.exe" +OutFile "Gefu016_full_setup.exe" InstallDir "$PROGRAMFILES\Gefu" InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" "" ShowInstDetails show @@ -139,4 +139,4 @@ Section Uninstall DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" DeleteRegKey HKLM "${PRODUCT_DIR_REGKEY}" SetAutoClose true -SectionEnd \ No newline at end of file +SectionEnd diff --git a/installer.nsi b/installer.nsi index 241e0ad..ac94a2d 100644 --- a/installer.nsi +++ b/installer.nsi @@ -2,7 +2,7 @@ ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "Gefu" -!define PRODUCT_VERSION "0.15" +!define PRODUCT_VERSION "0.16" !define PRODUCT_PUBLISHER "@miyabi_satoh" !define PRODUCT_WEB_SITE "http://gefu.sourceforge.jp/" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Gefu.exe" @@ -51,7 +51,7 @@ var ICONS_GROUP ; MUI end ------ Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" -OutFile "Setup.exe" +OutFile "Gefu016_Setup.exe" InstallDir "$PROGRAMFILES\Gefu" InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" "" ShowInstDetails show @@ -119,4 +119,4 @@ Section Uninstall DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" DeleteRegKey HKLM "${PRODUCT_DIR_REGKEY}" SetAutoClose true -SectionEnd \ No newline at end of file +SectionEnd -- 2.11.0