mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 01:10:16 +08:00
修改上游链接
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
appId: "store.spark-app.apm"
|
appId: "store.spark-app.apm"
|
||||||
asar: true
|
asar: true
|
||||||
productName: "apm-store"
|
productName: "spark-store"
|
||||||
artifactName: "apm-store_${version}_${os}_${arch}.${ext}"
|
artifactName: "spark-store_${version}_${os}_${arch}.${ext}"
|
||||||
directories:
|
directories:
|
||||||
output: "release/${version}"
|
output: "release/${version}"
|
||||||
files:
|
files:
|
||||||
@@ -17,15 +17,15 @@ extraResources:
|
|||||||
linux:
|
linux:
|
||||||
icon: "icons/amber-pm-logo.icns"
|
icon: "icons/amber-pm-logo.icns"
|
||||||
category: "System"
|
category: "System"
|
||||||
executableName: "apm-store"
|
executableName: "spark-store"
|
||||||
desktop:
|
desktop:
|
||||||
entry:
|
entry:
|
||||||
Name: "APM Store"
|
Name: "Spark Store"
|
||||||
Name[zh_CN]: "APM 琥珀应用商店"
|
Name[zh_CN]: "星火应用商店"
|
||||||
Type: "Application"
|
Type: "Application"
|
||||||
Categories: "System;"
|
Categories: "System;"
|
||||||
mimeTypes:
|
mimeTypes:
|
||||||
- "x-scheme-handler/apmstore"
|
- "x-scheme-handler/spk"
|
||||||
target:
|
target:
|
||||||
- "AppImage"
|
- "AppImage"
|
||||||
- "deb"
|
- "deb"
|
||||||
@@ -43,7 +43,6 @@ deb:
|
|||||||
- "libatspi2.0-0"
|
- "libatspi2.0-0"
|
||||||
- "libuuid1"
|
- "libuuid1"
|
||||||
- "libsecret-1-0"
|
- "libsecret-1-0"
|
||||||
- "apm"
|
|
||||||
- "xdg-utils"
|
- "xdg-utils"
|
||||||
- "shared-mime-info"
|
- "shared-mime-info"
|
||||||
- "aria2"
|
- "aria2"
|
||||||
|
|||||||
@@ -29,9 +29,9 @@ contextBridge.exposeInMainWorld("apm_store", {
|
|||||||
arch: (() => {
|
arch: (() => {
|
||||||
const arch = process.arch;
|
const arch = process.arch;
|
||||||
if (arch === "x64") {
|
if (arch === "x64") {
|
||||||
return "amd64" + "-apm";
|
return "amd64" + "-store";
|
||||||
} else {
|
} else {
|
||||||
return arch + "-apm";
|
return arch + "-store";
|
||||||
}
|
}
|
||||||
})(),
|
})(),
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "apm-store",
|
"name": "spark-store",
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"main": "dist-electron/main/index.js",
|
"main": "dist-electron/main/index.js",
|
||||||
"description": "Client for APM App Store",
|
"description": "Client for APM App Store",
|
||||||
"author": "elysia-best <elysia-best@simplelinux.cn.eu.org>",
|
"author": "elysia-best <elysia-best@simplelinux.cn.eu.org>",
|
||||||
"license": "MulanPSL-2.0",
|
"license": "GPL-2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"electron",
|
"electron",
|
||||||
|
|||||||
@@ -10,10 +10,10 @@
|
|||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
<span
|
<span
|
||||||
class="text-xs uppercase tracking-[0.3em] text-slate-500 dark:text-slate-400"
|
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"
|
<span class="text-lg font-semibold text-slate-900 dark:text-white"
|
||||||
>APM 客户端商店</span
|
>星火应用商店</span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user