Compare commits

...

1 commit

Author SHA1 Message Date
woodser
6fe093ff4a update packaging docs for AppImage 2024-10-02 10:39:05 -04:00

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/`