mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-25 20:19:58 +01:00
Linux: Add support for building snap packages
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5933 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
6
snap/local/launchers/qelectrotech-launch
Executable file
6
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