天气
This commit is contained in:
@ -4,6 +4,10 @@ directories:
|
||||
buildResources: build
|
||||
|
||||
files:
|
||||
- 'out/**/*'
|
||||
- 'package.json'
|
||||
- 'resources/**/*'
|
||||
- '!node_modules/**/*'
|
||||
- '!**/.vscode/*'
|
||||
- '!src/*'
|
||||
- '!electron.vite.config.{js,ts,mjs,cjs}'
|
||||
@ -11,16 +15,32 @@ files:
|
||||
- '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'
|
||||
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
|
||||
|
||||
extraFiles:
|
||||
- from: './ffplay/'
|
||||
to: './ffplay'
|
||||
|
||||
extraResources:
|
||||
- from: 'node_modules'
|
||||
to: 'node_modules'
|
||||
|
||||
asar: true
|
||||
asarUnpack:
|
||||
- resources/**
|
||||
- node_modules/**/*.node
|
||||
- node_modules/**/*.dll
|
||||
win:
|
||||
executableName: 实景三维电子沙盘系统
|
||||
icon: build/icons/81.ico
|
||||
nsis:
|
||||
artifactName: ${name}-${version}-setup.${ext}
|
||||
artifactName: 实景三维电子沙盘系统-${version}-setup.${ext}
|
||||
shortcutName: 实景三维电子沙盘系统
|
||||
uninstallDisplayName: 实景三维电子沙盘系统
|
||||
createDesktopShortcut: always
|
||||
include: "installer.nsh"
|
||||
oneClick: false
|
||||
perMachine: true
|
||||
allowToChangeInstallationDirectory: true
|
||||
language: "2052"
|
||||
mac:
|
||||
entitlementsInherit: build/entitlements.mac.plist
|
||||
extendInfo:
|
||||
|
||||
Reference in New Issue
Block a user