mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-31 10:11:20 +00:00
Fixed problems with relative paths.
This commit is contained in:
parent
209a122c46
commit
39f48022ad
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#This is a workaround for an ubuntu specific problem with appmenu-qt5.
|
#This is a workaround for an ubuntu specific problem with appmenu-qt5.
|
||||||
QT_QPA_PLATFORMTHEME=
|
QT_QPA_PLATFORMTHEME=
|
||||||
qmlscene -I imports app/main.qml
|
qmlscene -I $(dirname $0)/imports $(dirname $0)/app/main.qml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user