update packaging docs for AppImage (#1306)

This commit is contained in:
woodser 2024-10-02 10:39:32 -04:00 committed by GitHub
parent 61158e9750
commit 7fe27b26b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,10 +7,12 @@ Follow these instructions to create installers for the Haveno Java desktop appli
From x86_64 machine:
1. `sudo apt-get update`
2. `sudo apt install -y rpm fuse`
1. `./gradlew clean build --refresh-keys --refresh-dependencies` (or `make clean && skip-tests` after refreshed)
2. `./gradlew packageInstallers`
3. Confirm prompts.
4. Path to installer is printed at the end. Execute to install: `sudo dpkg -i <path>.deb` or open `<path>.deb` with Software Install.
4. Path to installer is printed at the end. Execute to install, e.g.: `sudo dpkg -i <path>.deb` or open `<path>.deb` with Software Install.
Haveno data folder on Linux: `/home/<username>/.local/share/Haveno/`