Update compilation authored by Karel Slaný's avatar Karel Slaný
......@@ -189,17 +189,17 @@ Also you must provide a minimal POSIX-compliant environment in order to run the
In order to compile and package the entire application just run (use lowercase `-p`):
``` shell
./scripts/build_windows_bundle.sh -p # Build and package normal version.
./scripts/build_windows_bundle.sh -p --portable-data # Build and package portable version.
./scripts/build_windows_bundle.sh -p # Build and package the normal version.
./scripts/build_windows_bundle.sh -p --portable-data # Build and package the portable version.
```
Zip archives, and installers will be placed in the source root directory.
If you've already built the application and you just want to create the packages then run (use capital `-P`):
If you've already built the application (you already have `datovka.built` and/or `datovka-portable.built`) and you just want to create the packages then run (use capital `-P`):
``` shell
./scripts/build_windows_bundle.sh -P # Build and package normal version.
./scripts/build_windows_bundle.sh -P --portable-data # Build and package portable version.
./scripts/build_windows_bundle.sh -P # Just package the normal version.
./scripts/build_windows_bundle.sh -P --portable-data # Just package the portable version.
```
#### Before Datovka-4.11.1
......
......