mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-16 03:32:17 +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 |