v0.1.3 - Flatpak version

NOTE: There are issues with using portal related to reading files in python is done using the real path and not the copied path for some reason. Is there a bug in Qt not giving the right path?
This commit is contained in:
Ad5001 2022-01-19 18:20:55 +01:00
parent 477159b73b
commit b3d38ab904
Signed by: Ad5001
GPG Key ID: EF45F9C6AFE20160
2 changed files with 17 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
AppDir
.flatpak-builder

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# eu.ad5001.LogarithmPlotter
Flahub repository for [LogarithmPlotter](https://apps.ad5001.eu/logarithmplotter).
## Build
You can build the latest version of LogarithmPlotter flatpak using `flatpak-builder`:
```bash
flatpak-builder AppDir eu.ad5001.LogarithmPlotter.json
```
After it finishes building (note that this step can take a while as it compiles Qt), you can run it using:
```bash
flatpak-builder --run AppDir/ eu.ad5001.LogarithmPlotter.json logarithmplotter --no-check-for-updates
```