mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-26 20:50:30 +08:00
6 lines
300 B
Bash
6 lines
300 B
Bash
#!/bin/sh
|
|
chown root:admin $2/Mihomo\ Party.app/Contents/Resources/sidecar/mihomo
|
|
chown root:admin $2/Mihomo\ Party.app/Contents/Resources/sidecar/mihomo-alpha
|
|
chmod +s $2/Mihomo\ Party.app/Contents/Resources/sidecar/mihomo
|
|
chmod +s $2/Mihomo\ Party.app/Contents/Resources/sidecar/mihomo-alpha
|
|
exit 0 |