Skip to content

Commit 4659448

Browse files
authored
Merge pull request #35 from flyinprogrammer/usr-local
vde_switch consistent program path
2 parents 5b03948 + 19875dc commit 4659448

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

launchd/io.github.virtualsquare.vde-2.vde_switch.bridged.en0.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>Label</key>
88
<string>io.github.virtualsquare.vde-2.vde_switch.bridged.en0.plist</string>
99
<key>Program</key>
10-
<string>/usr/local/bin/vde_switch</string>
10+
<string>/opt/vde/bin/vde_switch</string>
1111
<key>ProgramArguments</key>
1212
<array>
1313
<string>/opt/vde/bin/vde_switch</string>

launchd/io.github.virtualsquare.vde-2.vde_switch.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>Label</key>
88
<string>io.github.virtualsquare.vde-2.vde_switch.plist</string>
99
<key>Program</key>
10-
<string>/usr/local/bin/vde_switch</string>
10+
<string>/opt/vde/bin/vde_switch</string>
1111
<key>ProgramArguments</key>
1212
<array>
1313
<string>/opt/vde/bin/vde_switch</string>

0 commit comments

Comments
 (0)