We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81bb2c4 commit 4b238d4Copy full SHA for 4b238d4
build/pkg-scripts/postinstall
@@ -42,19 +42,12 @@ cat << EOF > "$LAUNCH_DAEMON"
42
<dict>
43
<key>Label</key>
44
<string>party.mihomo.helper</string>
45
- <key>MachServices</key>
46
- <dict>
47
- <key>party.mihomo.helper</key>
48
- <true/>
49
- </dict>
+ <key>AssociatedBundleIdentifiers</key>
+ <string>party.mihomo.app</string>
50
<key>KeepAlive</key>
51
<true/>
52
<key>Program</key>
53
<string>${HELPER_PATH}</string>
54
- <key>ProgramArguments</key>
55
- <array>
56
- <string>${HELPER_PATH}</string>
57
- </array>
58
<key>StandardErrorPath</key>
59
<string>/tmp/party.mihomo.helper.err</string>
60
<key>StandardOutPath</key>
0 commit comments