chore(desktop): remove redundant config fields for KISS

This commit is contained in:
2026-02-09 01:41:34 +08:00
parent 41667cb33b
commit 7eccef5d8f
2 changed files with 0 additions and 9 deletions

View File

@@ -1,8 +1,6 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/electron-userland/electron-builder/refs/heads/master/packages/app-builder-lib/scheme.json
appId: com.furtherverse.app
productName: Furtherverse
directories:
buildResources: build
files:
- "!**/.vscode/*"
- "!src/*"
@@ -13,15 +11,11 @@ files:
asarUnpack:
- resources/**
win:
executableName: Furtherverse
extraResources:
- from: ../server/out/server-windows-x64.exe
to: server.exe
nsis:
artifactName: ${productName}-${version}-setup.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
mac:
category: public.app-category.productivity
extraResources:

View File

@@ -2,9 +2,6 @@
"name": "@furtherverse/desktop",
"version": "1.0.0",
"private": true,
"description": "Furtherverse desktop app",
"homepage": "https://furtherverse.com",
"author": "Furtherverse",
"type": "module",
"main": "out/main/index.js",
"scripts": {