mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-26 06:39:58 +02:00
build: Move the Snap recipes
Snapcraft can find its build recipes in 2 places: * a snap/ directory at the top of the sources; * a build-aux/snap/ directory, since Snapcraft 3.3; This commit moves from the former to the latter, so that we can group all the packaging recipes together.
This commit is contained in:
committed by
Laurent Trinques
parent
5265db6cf7
commit
3f38f4b16c
6
build-aux/snap/local/launchers/qelectrotech-launch
Executable file
6
build-aux/snap/local/launchers/qelectrotech-launch
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
mkdir -p "$HOME/.qet"
|
||||
ln -snf "$SNAP/bin/DXFtoQET" "$HOME/.qet/DXFtoQET"
|
||||
|
||||
exec "${@}"
|
||||
Reference in New Issue
Block a user