mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 11:42:21 +08:00
fix: service mode install script download not found (#822)
This commit is contained in:
parent
5f044e1aed
commit
e06327936e
|
@ -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…
Reference in New Issue
Block a user