mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 01:10:16 +08:00
chore: 更新版本号至 1.0.4-beta.1,并为 host-spawn 添加可执行权限
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -82,6 +82,7 @@ jobs:
|
|||||||
elif [ "${{ matrix.architecture }}" == "arm64" ]; then
|
elif [ "${{ matrix.architecture }}" == "arm64" ]; then
|
||||||
curl -fsSL -o ./extras/host-spawn https://github.com/1player/host-spawn/releases/latest/download/host-spawn-aarch64
|
curl -fsSL -o ./extras/host-spawn https://github.com/1player/host-spawn/releases/latest/download/host-spawn-aarch64
|
||||||
fi
|
fi
|
||||||
|
chmod +x ./extras/host-spawn
|
||||||
|
|
||||||
- name: Build Release Files
|
- name: Build Release Files
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -407,7 +407,7 @@ ipcMain.handle('launch-app', async (_event, pkgname: string) => {
|
|||||||
logger.warn('No pkgname provided for launch-app');
|
logger.warn('No pkgname provided for launch-app');
|
||||||
}
|
}
|
||||||
|
|
||||||
const execCommand = "/opt/apm-store/extras/host-spawn-x86_64";
|
const execCommand = "/opt/apm-store/extras/host-spawn";
|
||||||
const execParams = ['/opt/apm-store/extras/apm-launcher', 'launch', pkgname ];
|
const execParams = ['/opt/apm-store/extras/apm-launcher', 'launch', pkgname ];
|
||||||
|
|
||||||
logger.info(`Launching app: ${pkgname} with command: ${execCommand} ${execParams.join(' ')}`);
|
logger.info(`Launching app: ${pkgname} with command: ${execCommand} ${execParams.join(' ')}`);
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "apm-store",
|
"name": "apm-store",
|
||||||
"version": "1.0.4-beta.0",
|
"version": "1.0.4-beta.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>",
|
||||||
|
|||||||
Reference in New Issue
Block a user