mirror of
https://github.com/Ad5001/eu.ad5001.LogarithmPlotter.git
synced 2024-11-16 22:34:45 +00:00
Releasing v0.1.5
v0.1.5
This commit is contained in:
commit
2074b9258e
3 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
# eu.ad5001.LogarithmPlotter
|
||||
|
||||
Flahub repository for [LogarithmPlotter](https://apps.ad5001.eu/logarithmplotter).
|
||||
Flahub repository for [LogarithmPlotter](https://apps.ad5001.eu/logarithmplotter/).
|
||||
|
||||
## Build
|
||||
|
||||
|
@ -9,7 +9,7 @@ You can build the latest version of LogarithmPlotter flatpak using `flatpak-buil
|
|||
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:
|
||||
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
|
||||
```
|
||||
|
|
|
@ -53,8 +53,8 @@
|
|||
{
|
||||
"type": "git",
|
||||
"url": "https://git.ad5001.eu/Ad5001/LogarithmPlotter",
|
||||
"tag": "v0.1.4",
|
||||
"commit": "b0090422413323f074d621253ce352d23122147b"
|
||||
"tag": "v0.1.5",
|
||||
"commit": "92594f5af342e584a2ba8bcc32071c6488078d7c"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -2,19 +2,19 @@
|
|||
Version=1.0
|
||||
Type=Application
|
||||
Name=LogarithmPlotter
|
||||
GenericName=2D plotter software
|
||||
GenericName[fr]=Logiciel de traçage 2D
|
||||
GenericName[de]=2D-Grafiksoftware
|
||||
GenericName[no]=2D-plotterprogramvare
|
||||
GenericName=2D logarithmic-scaled plotter software
|
||||
GenericName[de]=2D-Grafiksoftware mit logarithmischer Skalierung
|
||||
GenericName[fr]=Logiciel de traçage à l'échelle logarithmique
|
||||
GenericName[hu]=Síkbeli ábrázolásszoftver
|
||||
GenericName[no]=2D-plotterprogramvare
|
||||
Comment=Create BODE diagrams, sequences and distribution functions
|
||||
Comment[fr]=Créer des diagrammes de BODE, des suites et des fonctions de répartition
|
||||
Comment[de]=Erstellung von Bode-Diagramms, Folgen und Verteilungsfunktionen
|
||||
Comment[fr]=Créer des diagrammes de BODE, des suites et des fonctions de répartition
|
||||
Comment[hu]=Bode-ábrák, sorozatok és újraosztási függvények létrehozása
|
||||
|
||||
TryExec=logarithmplotter
|
||||
Exec=logarithmplotter --no-check-for-updates %f
|
||||
Icon=logarithmplotter
|
||||
Icon=logplotter
|
||||
MimeType=application/x-logarithm-plot;
|
||||
Terminal=false
|
||||
StartupNotify=false
|
||||
|
|
Loading…
Reference in a new issue