mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 00:23:45 +08:00
fix: service mode install script download not found (#822)
This commit is contained in:
parent
3ee3e7c17b
commit
9610dcce20
@ -388,7 +388,7 @@ const resolveInstall = () => {
|
||||
let ext = platform === "win32" ? ".exe" : "";
|
||||
resolveResource({
|
||||
file: "install-service" + ext,
|
||||
downloadURL: `${SERVICE_URL}/install-service.exe${ext}`,
|
||||
downloadURL: `${SERVICE_URL}/install-service${ext}`,
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user