While we're in there, replace spaces with dashes in exe build file to
make working in Linux less funky.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
{
"name": "Hatch Native Messenger",
- "version": "0.1.3",
+ "version": "0.1.4",
"manifest_version": 2,
"description": "Relays messages to/from Hatch.",
"icons": {
; Version numbers should be integers
!define VERSIONMAJOR 0
!define VERSIONMINOR 1
-!define VERSIONBUILD 5
+!define VERSIONBUILD 4
!define FULLVERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONBUILD}"
;---------------------------
; Add Remove info
!addplugindir .
; Installer's filename
-Outfile "${APPNAME} Installer ${FULLVERSION}.exe"
+Outfile "${APPNAME}-Installer-${FULLVERSION}.exe"
RequestExecutionLevel admin