mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:23:43 +08:00
Revert "chore: update resource"
This reverts commit e3c52781f34b9bb921ac590ff4d672d1f1d5ec06.
This commit is contained in:
parent
5ef9220175
commit
df3c296850
@ -282,12 +282,12 @@ async function resolveSidecar(binInfo) {
|
||||
const resolveSetDnsScript = () =>
|
||||
resolveResource({
|
||||
file: "set_dns.sh",
|
||||
localPath: path.join(cwd, "scripts/darwin/set_dns.sh"),
|
||||
localPath: path.join(cwd, "scripts/set_dns.sh"),
|
||||
});
|
||||
const resolveUnSetDnsScript = () =>
|
||||
resolveResource({
|
||||
file: "unset_dns.sh",
|
||||
localPath: path.join(cwd, "scripts/darwin/unset_dns.sh"),
|
||||
localPath: path.join(cwd, "scripts/unset_dns.sh"),
|
||||
});
|
||||
|
||||
/**
|
||||
|
@ -3,16 +3,7 @@
|
||||
"identifier": "io.github.clash-verge-rev.clash-verge-rev",
|
||||
"bundle": {
|
||||
"targets": ["app", "dmg"],
|
||||
"resources": [
|
||||
"resources/clash-verge-service",
|
||||
"resources/install-service",
|
||||
"resources/uninstall-service",
|
||||
"resources/geoip.dat",
|
||||
"resources/geosite.dat",
|
||||
"resources/Country.mmdb",
|
||||
"resources/set_dns.sh",
|
||||
"resources/unset_dns.sh"
|
||||
],
|
||||
"resources": ["resources"],
|
||||
"macOS": {
|
||||
"frameworks": [],
|
||||
"minimumSystemVersion": "10.15",
|
||||
|
Loading…
x
Reference in New Issue
Block a user