This is a AsciidocFX Linux Installer Build script. Just to repack AsciidocFX Linux to Linux Native Installer File (.deb or .rpm).
I try to solve some issue here Only for Linux, because Windows and MacOS have its native installer.
-
Add file-associations support for .adoc open
I am not change any source code or re-compile. I just use jpackage to repack it.
JRE is come from origin AsciidocFX_Linux.tar.gz.
Now you can install .deb or .rpm file in your way.
After install, you can click .adoc file and open it.
You can build .rpm only on the Rpm based system (Oracle Linux).
You can build .deb only on the Deb based system (Ubuntu).
- JDK 19
-
Temurin 19.0.1 or Other JDK 19
- Oracle Linux
-
RPM Development Tools
sudo yum update
sudo yum groupinstall 'RPM Development Tools'
Download the source code
Unzip main.zip
cd main/AsciidocFX_Linux_INSTALLER_BUILD
./build.sh
cd releases
You can find asciidocfx_1.8.2_amd64.deb or asciidocfx-1.8.2-1.x86_64.rpm.
MIT License. - Copyright (c) 2022 life888888
Original AsciidocFX - asciidocfx/AsciidocFX is licensed under the Apache License 2.0