mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-04 23:43:44 +08:00
Revert "chore: update resource"
This reverts commit da907d0eeabfb825d9cce8fa95a1ade64efb805a.
This commit is contained in:
parent
34e3af2b38
commit
7de63cea5c
@ -282,12 +282,12 @@ async function resolveSidecar(binInfo) {
|
|||||||
const resolveSetDnsScript = () =>
|
const resolveSetDnsScript = () =>
|
||||||
resolveResource({
|
resolveResource({
|
||||||
file: "set_dns.sh",
|
file: "set_dns.sh",
|
||||||
localPath: path.join(cwd, "scripts/darwin/set_dns.sh"),
|
localPath: path.join(cwd, "scripts/set_dns.sh"),
|
||||||
});
|
});
|
||||||
const resolveUnSetDnsScript = () =>
|
const resolveUnSetDnsScript = () =>
|
||||||
resolveResource({
|
resolveResource({
|
||||||
file: "unset_dns.sh",
|
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",
|
"identifier": "io.github.clash-verge-rev.clash-verge-rev",
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"targets": ["app", "dmg"],
|
"targets": ["app", "dmg"],
|
||||||
"resources": [
|
"resources": ["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"
|
|
||||||
],
|
|
||||||
"macOS": {
|
"macOS": {
|
||||||
"frameworks": [],
|
"frameworks": [],
|
||||||
"minimumSystemVersion": "10.15",
|
"minimumSystemVersion": "10.15",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user