diff --git a/package.json b/package.json index f9864bfaf..e2b978237 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.47.12", + "version": "0.47.13", "private": true, "license": "MIT", "packageManager": "pnpm@9.3.0", diff --git a/xmcl-electron-app/build/electron-builder.config.ts b/xmcl-electron-app/build/electron-builder.config.ts index 48c02aa0c..389252ccf 100644 --- a/xmcl-electron-app/build/electron-builder.config.ts +++ b/xmcl-electron-app/build/electron-builder.config.ts @@ -43,7 +43,7 @@ export const config = { setBuildNumber: true, }, dmg: { - artifactName: 'xmcl-${version}.${ext}', + artifactName: 'xmcl-${version}-${arch}.${ext}', contents: [ { x: 410, @@ -67,7 +67,6 @@ export const config = { arch: ['arm64', 'x64'], }, ], - artifactName: 'xmcl-${version}-${arch}.${ext}', extendInfo: { NSMicrophoneUsageDescription: 'A Minecraft mod wants to access your microphone.', NSCameraUsageDescription: 'Please give us access to your camera', diff --git a/xmcl-electron-app/package.json b/xmcl-electron-app/package.json index 68b2f10ec..04f71044e 100644 --- a/xmcl-electron-app/package.json +++ b/xmcl-electron-app/package.json @@ -2,7 +2,7 @@ "name": "xmcl", "private": true, "main": "./index.js", - "version": "0.47.12", + "version": "0.47.13", "author": "ci010 ", "description": "A great minecraft launcher in the future", "license": "MIT", diff --git a/xmcl-keystone-ui/package.json b/xmcl-keystone-ui/package.json index 29d0f26ad..a42ff7428 100644 --- a/xmcl-keystone-ui/package.json +++ b/xmcl-keystone-ui/package.json @@ -3,7 +3,7 @@ "private": true, "type": "module", "productName": "xmcl", - "version": "0.46.9", + "version": "0.46.10", "author": "ci010 ", "description": "A great minecraft launcher in the future", "license": "MIT", diff --git a/xmcl-runtime/package.json b/xmcl-runtime/package.json index 515e2fdf7..cc42e56b2 100644 --- a/xmcl-runtime/package.json +++ b/xmcl-runtime/package.json @@ -1,7 +1,7 @@ { "name": "@xmcl/runtime", "private": true, - "version": "0.44.12", + "version": "0.44.13", "author": "ci010 ", "description": "The runtime for x minecraft launcher in nodejs", "license": "MIT",