tGive the installer a nicer name - vaccinewars - be a doctor and try to vaccinate the world
HTML git clone git://src.adamsgaard.dk/vaccinewars
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit e02dae44581855d88b21163f0ad6e6c72e7d162a
DIR parent 42a54cf6fdb97023dd3362e3182ed4596f0c45c1
HTML Author: Ben Webb <ben@salilab.org>
Date: Tue, 1 Dec 2020 21:08:13 -0800
Give the installer a nicer name
Diffstat:
M win32/install.nsi.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/win32/install.nsi.in b/win32/install.nsi.in
t@@ -13,7 +13,7 @@ Var MUI_TEMP
!define PRODUCT "dopewars"
!define VERSION "@PACKAGE_VERSION@"
-!define PRODVER "${PRODUCT}${VERSION}"
+!define PRODVER "${PRODUCT}-${VERSION}"
!define MUI_ICON "setup.ico"
!define MUI_UNICON "setup.ico"