mirror of
https://github.com/Ad5001/eu.ad5001.LogarithmPlotter.git
synced 2024-11-16 14:31:36 +00:00
Adding flatpak specific desktop file.
This commit is contained in:
parent
0d0e6585b9
commit
2f0d42127c
2 changed files with 17 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
"buildsystem": "simple",
|
||||
"build-commands": [
|
||||
"rm -rf .git",
|
||||
"cd LogarithmPlotter/i18n && bash release.sh",
|
||||
"PREFIX=\"/app/share\" FLATPAK_INSTALL=1 python3 setup.py install --prefix=/app"
|
||||
],
|
||||
"post-install": [
|
||||
|
|
16
logarithmplotter.desktop
Normal file
16
logarithmplotter.desktop
Normal file
|
@ -0,0 +1,16 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=LogarithmPlotter
|
||||
GenericName=2D plotter software
|
||||
GenericName[fr]=Logiciel de traçage 2D
|
||||
Comment=Create BODE diagrams, sequences and repartition functions.
|
||||
Comment[fr]=Créer des diagrammes de BODE, des suites et des fonctions de répartition.
|
||||
|
||||
TryExec=logarithmplotter
|
||||
Exec=logarithmplotter --no-check-for-updates %f
|
||||
Icon=logarithmplotter
|
||||
MimeType=application/x-logarithm-plot;
|
||||
Terminal=false
|
||||
StartupNotify=false
|
||||
Categories=Math
|
Loading…
Reference in a new issue