Skip to content

Commit

Permalink
v0.1.3 - Merge pull request flathub#1 from Ad5001/master
Browse files Browse the repository at this point in the history
Releasing v0.1.3
  • Loading branch information
Ad5001 committed Jan 19, 2022
2 parents 477159b + 0d0e658 commit 2df2929
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
AppDir
.flatpak-builder
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```
4 changes: 2 additions & 2 deletions eu.ad5001.LogarithmPlotter.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
{
"type": "git",
"url": "https://git.ad5001.eu/Ad5001/LogarithmPlotter",
"tag": "v0.1.2",
"commit": "9833e7ae65d6c5c4b9dcb2707bf632e3a3e4ca96"
"tag": "v0.1.3",
"commit": "b33f379c0cddfd70107755fa4c4225ed5a04331d"
}
]
}
Expand Down

0 comments on commit 2df2929

Please sign in to comment.