mirror of
https://github.com/Qortal/qortal.git
synced 2025-02-11 17:55:50 +00:00
Added modifications to current Windows Installer build in preparation for 4.6.6 release
modified AdvancedInstaller settings, created new installer visual settings and included logo utilized for that. Modified Readme file to include additional instructions.
This commit is contained in:
parent
071325cf6d
commit
386387fa16
@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
"apiDocumentationEnabled": true
|
"apiDocumentationEnabled": true,
|
||||||
|
"apiWhitelistEnabled": false
|
||||||
}
|
}
|
||||||
|
BIN
WindowsInstaller/Nice-Qortal-Logo-crop.bmp
Normal file
BIN
WindowsInstaller/Nice-Qortal-Logo-crop.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
BIN
WindowsInstaller/Nice-Qortal-Logo-crop.png
Normal file
BIN
WindowsInstaller/Nice-Qortal-Logo-crop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 160 KiB |
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
* AdvancedInstaller v19.4 or better, and enterprise licence if translations are required
|
* AdvancedInstaller v19.4 or better, and enterprise licence.
|
||||||
|
* Qortal has an open source license, however it currently (as of December 2024) only supports up to version 19. (We may need to reach out to Advanced Installer again to obtain a new license at some point, if needed.
|
||||||
|
* Reach out to @crowetic for links to the installer install files, and license.
|
||||||
* Installed AdoptOpenJDK v17 64bit, full JDK *not* JRE
|
* Installed AdoptOpenJDK v17 64bit, full JDK *not* JRE
|
||||||
|
|
||||||
## General build instructions
|
## General build instructions
|
||||||
@ -10,6 +12,12 @@
|
|||||||
If this is your first time opening the `qortal.aip` file then you might need to adjust
|
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.
|
configured paths, or create a dummy `D:` drive with the expected layout.
|
||||||
|
|
||||||
|
Opening the aip file from within a clone of the qortal repo also works, if you have a separate windows machine setup to do the build.
|
||||||
|
|
||||||
|
You May need to change the location of the 'jre64' files inside Advanced Installer, if it is set to a path that your build machine doesn't have.
|
||||||
|
|
||||||
|
The Java Memory Arguments can be set manually, but as of December 2024 they have been reset back to system defaults. This should include G1GC Garbage Collector.
|
||||||
|
|
||||||
Typical build procedure:
|
Typical build procedure:
|
||||||
|
|
||||||
* Place the `qortal.jar` file in `Install-Files\`
|
* Place the `qortal.jar` file in `Install-Files\`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user