Fix wrong variable name
This commit is contained in:
committed by
T. R. Bernstein
parent
9ec150ba10
commit
9fa1d90b9a
@@ -100,7 +100,7 @@ function createLaunchDaemon() {
|
|||||||
<key>ProgramArguments</key>
|
<key>ProgramArguments</key>
|
||||||
<array>
|
<array>
|
||||||
<string>${xpcConsumerPath}</string>
|
<string>${xpcConsumerPath}</string>
|
||||||
<string>${remapKeysPath}</string>
|
<string>${binaryPath}</string>
|
||||||
</array>
|
</array>
|
||||||
<key>LaunchEvents</key>
|
<key>LaunchEvents</key>
|
||||||
<dict>
|
<dict>
|
||||||
|
|||||||
Reference in New Issue
Block a user