diff --git a/APE.properties b/APE.properties index e3254f3d..1d06b447 100644 --- a/APE.properties +++ b/APE.properties @@ -30,7 +30,7 @@ APE.servicesFiles=services_websocketdemo.ini #currently: exe|msi|deb|image|all|none #image: Only the final folder structure is created which can be used to create a .zip file. #all: all supported installer types for the platform are created -fx.deploy.nativeBundles=exe +fx.deploy.nativeBundles=all #Verbosity of deployment, Set to true to see temp files that can be used for drop-in customization of installers by copying them to package/**/ #Default: false @@ -38,7 +38,7 @@ fx.deploy.verbose=true #Name and version of the application fx.application.name=AsTeRICS Ergo -fx.application.version=3.2.2 +fx.application.version=3.2.3 #Provide more detailed information here fx.info.title=Assistive Technology for Occupational Therapy diff --git a/package/windows/AsTeRICS Ergo.iss b/package/windows/AsTeRICS Ergo.iss index 37f3e8d9..25d969ef 100644 --- a/package/windows/AsTeRICS Ergo.iss +++ b/package/windows/AsTeRICS Ergo.iss @@ -3,8 +3,8 @@ [Setup] AppId={{AsTeRICS Ergo}} AppName=AsTeRICS Ergo -AppVersion=3.2.2 -;AppVerName=AsTeRICS Ergo 3.2.1 +AppVersion=3.2.3 +;AppVerName=AsTeRICS Ergo 3.2.3 AppPublisher=Asterics consortium AppComments=Assistive Technology for Occupational Therapy AppCopyright=Copyright (C) 2017 @@ -23,7 +23,7 @@ DefaultGroupName=Asterics consortium LicenseFile= ;WinXP or above MinVersion=0,5.1 -OutputBaseFilename=AsTeRICS Ergo-3.2.2 +OutputBaseFilename=AsTeRICS Ergo-3.2.3 Compression=lzma SolidCompression=yes PrivilegesRequired=lowest