ImageTagger/flatpak/readme.md

19 lines
282 B
Markdown
Raw Permalink Normal View History

2024-05-03 16:09:18 +00:00
# Flatpak
2024-05-03 15:39:30 +00:00
2024-05-11 12:40:58 +00:00
This directory contains the flatpak build files.
If you are on Linux and would like to install this application as a Flatpak image then
build the application with gradle:
```
# in parrent folder:
./gradlew jlinkZip
```
And execute:
```shell
cd flatpak
./debug.sh
```