Move shell scripts into plugin directories

This commit is contained in:
David Heinemeier Hansson
2026-05-25 14:53:21 +02:00
parent 10898aea16
commit 37e4da524b
8 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -48,7 +48,7 @@ Item {
onOpenedChanged: if (!opened) layoutSettled = false
function scriptPath(name) {
return omarchyPath + "/shell/scripts/" + name
return omarchyPath + "/shell/plugins/image-picker/" + name
}
function focusPicker() {
@@ -264,7 +264,7 @@ Item {
loadImagesProc.activeSerial = serial
loadImagesProc.queuedSerial = 0
loadImagesProc.queuedDirs = ""
loadImagesProc.command = [root.scriptPath("image-picker-list.sh"), dirs]
loadImagesProc.command = [root.scriptPath("list.sh"), dirs]
loadImagesProc.running = true
}