Fixing snapcraft bugs.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d34701b980
commit
90abfe63f6
2 changed files with 2 additions and 5 deletions
|
@ -11,4 +11,4 @@ set \
|
||||||
#export QT_QPA_PLATFORMTHEME=kde
|
#export QT_QPA_PLATFORMTHEME=kde
|
||||||
|
|
||||||
# Finally run the next part of the command chain
|
# Finally run the next part of the command chain
|
||||||
exec "${@} --no-check-for-updates"
|
${@} --no-check-for-updates
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
name: logarithmplotter
|
name: logarithmplotter
|
||||||
title: LogarithmPlotter
|
title: LogarithmPlotter
|
||||||
version: '0.1.8'
|
version: '0.1.8'
|
||||||
summary: 2D plotter software to make Bode plots, sequences and repartition functions.
|
summary: 2D logarithmic-scaled plotter software to create asymptotic Bode plots
|
||||||
description: |
|
|
||||||
LogarithmPlotter is, as it's name suggests, a plotter made with logarithm scales in mind. With an object system similar to [Geogebra](https://geogebra.org)'s, it allows dynamic creation of plots with very few limitations.
|
|
||||||
It's primary use is to quickly create [asymptotic Bode plots](https://en.wikipedia.org/wiki/Bode_plot), but it's extensible nature and ability to switch to non-logarithmic scales allow it to create other things with it, like sequences or statistical repartition functions.
|
|
||||||
confinement: strict
|
confinement: strict
|
||||||
base: core20
|
base: core20
|
||||||
grade: stable
|
grade: stable
|
||||||
|
|
Loading…
Reference in a new issue