mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 01:10:16 +08:00
修改上游链接
This commit is contained in:
@@ -29,9 +29,9 @@ contextBridge.exposeInMainWorld("apm_store", {
|
||||
arch: (() => {
|
||||
const arch = process.arch;
|
||||
if (arch === "x64") {
|
||||
return "amd64" + "-apm";
|
||||
return "amd64" + "-store";
|
||||
} else {
|
||||
return arch + "-apm";
|
||||
return arch + "-store";
|
||||
}
|
||||
})(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user