fix so can be excuted outside of working dir

This commit is contained in:
User 2020-10-14 20:03:51 +01:00
parent 4a8eab29a9
commit 9ddc7e7a46

3
gui
View File

@ -1,4 +1,5 @@
#!/bin/sh #!/bin/bash
cd "$(dirname "${BASH_SOURCE[0]}")"
GTKDIALOG=gtkdialog GTKDIALOG=gtkdialog