From 28de0a17f3688baf00563e465e5499e015058331 Mon Sep 17 00:00:00 2001 From: David Chen Date: Sun, 15 Jul 2018 16:54:53 +0800 Subject: [PATCH] Update instructions. --- src/Installer/readme.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Installer/readme.txt b/src/Installer/readme.txt index eb48720c..6da2e422 100644 --- a/src/Installer/readme.txt +++ b/src/Installer/readme.txt @@ -18,10 +18,12 @@ This only works on Windows. 2. Build -Run InstallerBuilder.exe. The installer is src/Installer/Results/QSimPlanner_[version]_setup.exe. +Run InstallerBuilder.exe --all. The installer is src/Installer/Results/QSimPlanner_[version]_setup.exe. The portable version is in src/Installer/Output folder. The zipped portable version is src/Installer/Results/QSimPlanner_[version]_portable.zip. +Without the --all argument, only the portable version will be built. + If you come across errors like 'access to xxx folder is denied', or 'xxx file is open in another process', make sure no file inside Output folder is being used by any process (including file explorer). 3. Others