From 90abfe63f6e7c2486d35b98eb68788ef97b9274d Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Sat, 19 Feb 2022 18:02:01 +0100 Subject: [PATCH] Fixing snapcraft bugs. --- linux/snapcraft/launcher/launch-logarithmplotter | 2 +- snapcraft.yaml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/linux/snapcraft/launcher/launch-logarithmplotter b/linux/snapcraft/launcher/launch-logarithmplotter index 1c28d0d..55fc9b4 100755 --- a/linux/snapcraft/launcher/launch-logarithmplotter +++ b/linux/snapcraft/launcher/launch-logarithmplotter @@ -11,4 +11,4 @@ set \ #export QT_QPA_PLATFORMTHEME=kde # Finally run the next part of the command chain -exec "${@} --no-check-for-updates" +${@} --no-check-for-updates diff --git a/snapcraft.yaml b/snapcraft.yaml index 984cd03..97e9bf0 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,10 +1,7 @@ name: logarithmplotter title: LogarithmPlotter version: '0.1.8' -summary: 2D plotter software to make Bode plots, sequences and repartition functions. -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. +summary: 2D logarithmic-scaled plotter software to create asymptotic Bode plots confinement: strict base: core20 grade: stable