fix: service mode install script download not found (#822)
This commit is contained in:
committed by
GitHub
Unverified
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}`,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user