forked from Qortal/qortal
8bdad377d7
Including an older JAR in the source code only leads to confusion, because a zip of the source code is automatically included with each github release. From what I can see, there is no need for it to be here. Added to .gitignore so we have the option of keeping a local copy.
27 lines
989 B
Markdown
27 lines
989 B
Markdown
# Windows installer
|
|
|
|
## Prerequisites
|
|
|
|
* AdvancedInstaller v16 or better, and enterprise licence if translations are required
|
|
* Installed AdoptOpenJDK v11 64bit, full JDK *not* JRE
|
|
|
|
## General build instructions
|
|
|
|
If this is your first time opening the `qortal.aip` file then you might need to adjust
|
|
configured paths, or create a dummy `D:` drive with the expected layout.
|
|
|
|
Typical build procedure:
|
|
|
|
* Place the `qortal.jar` file in `Install-Files\`
|
|
* Open AdvancedInstaller with qortal.aip file
|
|
* If releasing a new version, change version number in:
|
|
+ "Product Information" side menu
|
|
+ "Product Details" side menu entry
|
|
+ "Product Details" tab in "Product Details" pane
|
|
+ "Product Version" entry box
|
|
* Click away to a different side menu entry, e.g. "Resources" -> "Files and Folders"
|
|
* You should be prompted whether to generate a new product key, click "Generate New"
|
|
* Click "Build" button
|
|
* New EXE should be generated in `Qortal-SetupFiles\` folder with correct version number
|
|
|