mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-04 23:33:44 +08:00
chore: update resource
This commit is contained in:
parent
9cbc2d9206
commit
da907d0eea
@ -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/set_dns.sh"),
|
localPath: path.join(cwd, "scripts/darwin/set_dns.sh"),
|
||||||
});
|
});
|
||||||
const resolveUnSetDnsScript = () =>
|
const resolveUnSetDnsScript = () =>
|
||||||
resolveResource({
|
resolveResource({
|
||||||
file: "unset_dns.sh",
|
file: "unset_dns.sh",
|
||||||
localPath: path.join(cwd, "scripts/unset_dns.sh"),
|
localPath: path.join(cwd, "scripts/darwin/unset_dns.sh"),
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -10,7 +10,14 @@
|
|||||||
"icons/icon.icns",
|
"icons/icon.icns",
|
||||||
"icons/icon.ico"
|
"icons/icon.ico"
|
||||||
],
|
],
|
||||||
"resources": ["resources"],
|
"resources": [
|
||||||
|
"resources/clash-verge-service",
|
||||||
|
"resources/install-service",
|
||||||
|
"resources/uninstall-service",
|
||||||
|
"resources/geoip.dat",
|
||||||
|
"resources/geosite.dat",
|
||||||
|
"resources/Country.mmdb"
|
||||||
|
],
|
||||||
"publisher": "Clash Verge Rev",
|
"publisher": "Clash Verge Rev",
|
||||||
"externalBin": ["sidecar/verge-mihomo", "sidecar/verge-mihomo-alpha"],
|
"externalBin": ["sidecar/verge-mihomo", "sidecar/verge-mihomo-alpha"],
|
||||||
"copyright": "GNU General Public License v3.0",
|
"copyright": "GNU General Public License v3.0",
|
||||||
|
@ -3,7 +3,16 @@
|
|||||||
"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