Skip to content

Commit 87820cf

Browse files
committed
launcher: move quicklaunch path into .desktop-tools
1 parent 8bf5a37 commit 87820cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

project-wharf-launcher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ PID_FILE="/tmp/project-wharf.pid"
6060
LOG_FILE="/tmp/project-wharf.log"
6161

6262
# Explicit argv from [runtime].command
63-
START_COMMAND=(/home/hyper/Desktop/Project_Work/launchers/repo-quicklaunch.sh /var/mnt/eclipse/repos/project-wharf Project Wharf just tour )
63+
START_COMMAND=(/var/mnt/eclipse/repos/.desktop-tools/launchers/repo-quicklaunch.sh /var/mnt/eclipse/repos/project-wharf Project Wharf just tour )
6464

6565
MODE="${1:---start}"
6666
FORCE="false"

project-wharf.launcher.a2ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ path = "/var/mnt/eclipse/repos/project-wharf"
1717
[runtime]
1818
kind = "process"
1919
command = [
20-
"/home/hyper/Desktop/Project_Work/launchers/repo-quicklaunch.sh",
20+
"/var/mnt/eclipse/repos/.desktop-tools/launchers/repo-quicklaunch.sh",
2121
"/var/mnt/eclipse/repos/project-wharf",
2222
"Project Wharf",
2323
"just",

0 commit comments

Comments
 (0)