mirror of
https://github.com/leozide/leocad
synced 2024-11-16 07:47:27 +01:00
Update AppRun
This commit is contained in:
parent
c5b916e7fc
commit
0829365a51
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
this_dir="\$(readlink -f "\$(dirname "\$0")")"
|
||||
unset QTDIR; unset QT_PLUGIN_PATH
|
||||
HERE="$(dirname "$(readlink -f "${0}")")"
|
||||
|
||||
# Find the system certificates location
|
||||
# https://gitlab.com/probono/platformissues/blob/master/README.md#certificates
|
||||
|
@ -24,4 +23,4 @@ for location in "\${possible_locations[@]}"; do
|
|||
fi
|
||||
done
|
||||
|
||||
exec "\${this_dir}/usr/bin/leocad" "\$@"
|
||||
exec "${HERE}/usr/bin/leocad" "$@"
|
||||
|
|
Loading…
Reference in a new issue