修改上游链接

This commit is contained in:
2026-02-19 17:56:30 +08:00
parent c27c1f1697
commit d16dec09a6
4 changed files with 12 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
appId: "store.spark-app.apm"
asar: true
productName: "apm-store"
artifactName: "apm-store_${version}_${os}_${arch}.${ext}"
productName: "spark-store"
artifactName: "spark-store_${version}_${os}_${arch}.${ext}"
directories:
output: "release/${version}"
files:
@@ -17,15 +17,15 @@ extraResources:
linux:
icon: "icons/amber-pm-logo.icns"
category: "System"
executableName: "apm-store"
executableName: "spark-store"
desktop:
entry:
Name: "APM Store"
Name[zh_CN]: "APM 琥珀应用商店"
Name: "Spark Store"
Name[zh_CN]: "星火应用商店"
Type: "Application"
Categories: "System;"
mimeTypes:
- "x-scheme-handler/apmstore"
- "x-scheme-handler/spk"
target:
- "AppImage"
- "deb"
@@ -43,7 +43,6 @@ deb:
- "libatspi2.0-0"
- "libuuid1"
- "libsecret-1-0"
- "apm"
- "xdg-utils"
- "shared-mime-info"
- "aria2"

View File

@@ -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";
}
})(),
});

View File

@@ -1,10 +1,10 @@
{
"name": "apm-store",
"name": "spark-store",
"version": "1.1.1",
"main": "dist-electron/main/index.js",
"description": "Client for APM App Store",
"author": "elysia-best <elysia-best@simplelinux.cn.eu.org>",
"license": "MulanPSL-2.0",
"license": "GPL-2.0",
"private": true,
"keywords": [
"electron",

View File

@@ -10,10 +10,10 @@
<div class="flex flex-col">
<span
class="text-xs uppercase tracking-[0.3em] text-slate-500 dark:text-slate-400"
>APM Store</span
>Spark Store</span
>
<span class="text-lg font-semibold text-slate-900 dark:text-white"
>APM 客户端商店</span
>星火应用商店</span
>
</div>
</div>