mirror of
https://github.com/Ad5001/eu.ad5001.LogarithmPlotter.git
synced 2025-02-23 22:04:43 +00:00
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:
parent
477159b73b
commit
b3d38ab904
2 changed files with 17 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
AppDir
|
||||
.flatpak-builder
|
15
README.md
Normal file
15
README.md
Normal 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
|
||||
```
|
Loading…
Add table
Reference in a new issue