From 728c47f159e83489563e061ed1ec19b0e8cb2b18 Mon Sep 17 00:00:00 2001 From: miruka Date: Sun, 22 Mar 2020 14:31:30 -0400 Subject: [PATCH] live-reload.sh: update comment about "src/qml" --- live-reload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-reload.sh b/live-reload.sh index 3039d176..597cbaa6 100755 --- a/live-reload.sh +++ b/live-reload.sh @@ -3,7 +3,7 @@ # pdb won't be usable with entr, # use https://pypi.org/project/remote-pdb/ instead. -# An argument can be given to specify which QML file in src/qml to load. +# An argument can be given to specify which QML file in src/gui to load. # If no argument is given, the default is "UI.qml". export QT_QPA_PLATFORM=xcb