aboutsummaryrefslogtreecommitdiff
path: root/nsis/sylpheed-defs.nsh
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-01-28 17:43:47 +0100
committerThomas White <taw@physics.org>2019-05-16 15:15:49 +0200
commitb1efe94d287236dd7f31fd030de2068f985103a4 (patch)
treeb7b83198e6525cc05a423d0a0ee036c89c7dc11c /nsis/sylpheed-defs.nsh
parenta72a075cc298497f955a8707c01126e8825b6f0a (diff)
Strip away all old autotools and installer stuff
Diffstat (limited to 'nsis/sylpheed-defs.nsh')
-rw-r--r--nsis/sylpheed-defs.nsh31
1 files changed, 0 insertions, 31 deletions
diff --git a/nsis/sylpheed-defs.nsh b/nsis/sylpheed-defs.nsh
deleted file mode 100644
index 2e0aea04..00000000
--- a/nsis/sylpheed-defs.nsh
+++ /dev/null
@@ -1,31 +0,0 @@
-;!define SYLPHEED_PRO
-;!define HAVE_AUTOENC_PLUGIN
-
-!define PRODUCT_NAME "Sylpheed"
-!define PRODUCT_VERSION "3.7"
-
-!ifdef SYLPHEED_PRO
-!define PRODUCT_PUBLISHER "SRA OSS, Inc. Japan"
-!define PRODUCT_WEB_SITE "http://www.sraoss.co.jp/sylpheed-pro/"
-!else
-!define PRODUCT_PUBLISHER "Hiroyuki Yamamoto"
-!define PRODUCT_WEB_SITE "http://sylpheed.sraoss.jp/"
-!endif
-
-!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\sylpheed.exe"
-!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
-!define PRODUCT_UNINST_ROOT_KEY "HKLM"
-!define MEMENTO_REGISTRY_ROOT "${PRODUCT_UNINST_ROOT_KEY}"
-!define MEMENTO_REGISTRY_KEY "${PRODUCT_UNINST_KEY}"
-
-!ifdef SYLPHEED_PRO
-!define INST_NAME "Sylpheed Pro"
-!define INST_VERSION "2.6"
-!define INST_FILENAME "Sylpheed_Pro"
-!else
-!define INST_NAME ${PRODUCT_NAME}
-!define INST_VERSION ${PRODUCT_VERSION}
-!define INST_FILENAME ${PRODUCT_NAME}
-!endif
-
-!define ORIG_WEB_SITE "http://sylpheed.sraoss.jp/"