chore(desktop): 更新应用名称、标识符和版本号

This commit is contained in:
2026-02-07 17:46:00 +08:00
parent 989d8973f5
commit 6b12745e50

View File

@@ -2,9 +2,9 @@ import type { ElectrobunConfig } from 'electrobun'
export default {
app: {
name: 'Furtherverse',
identifier: 'com.imbytecat.furtherverse',
version: '0.1.0',
name: 'Desktop',
identifier: 'com.furtherverse.desktop',
version: '1.0.0',
},
build: {
bun: {