Snapcraft building.
This commit is contained in:
parent
10fa30e2aa
commit
39d41d56de
9 changed files with 482 additions and 3 deletions
14
linux/snapcraft/launcher/launch-logarithmplotter
Executable file
14
linux/snapcraft/launcher/launch-logarithmplotter
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env bash
|
||||
# This is the maintainence launcher for the snap, make necessary runtime environment changes to make the snap work here. You may also insert security confinement/deprecation/obsoletion notice of the snap here.
|
||||
|
||||
set \
|
||||
-o errexit \
|
||||
-o errtrace \
|
||||
-o nounset \
|
||||
-o pipefail
|
||||
|
||||
# GTK theme integration (we have Qt fetch the GTK theme mirroring the host Qt theme...)
|
||||
#export QT_QPA_PLATFORMTHEME=kde
|
||||
|
||||
# Finally run the next part of the command chain
|
||||
exec "${@}"
|
Loading…
Add table
Add a link
Reference in a new issue