47 lines
		
	
	
		
			971 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			971 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
directories:
 | 
						|
  output: build
 | 
						|
  buildResources: build
 | 
						|
extraFiles:
 | 
						|
  - from: ./collada2gltf/
 | 
						|
    to: ./collada2gltf
 | 
						|
  - from: ./convert/
 | 
						|
    to: ./convert
 | 
						|
  - from: ./yjearth4_0/
 | 
						|
    to: ./yjearth4_0
 | 
						|
  - from: ./ffplay/
 | 
						|
    to: ./ffplay
 | 
						|
  - from: ./build/icons/
 | 
						|
    to: ./icons
 | 
						|
productName: 便携式应急指挥电子沙盘系统北斗定位+
 | 
						|
appId: org.dzsp_yingjizhihuibeidou_offline_Y_save
 | 
						|
files:
 | 
						|
  - filter:
 | 
						|
      - dist/electron/**/*
 | 
						|
dmg:
 | 
						|
  contents:
 | 
						|
    - x: 410
 | 
						|
      'y': 150
 | 
						|
      type: link
 | 
						|
      path: /Applications
 | 
						|
    - x: 130
 | 
						|
      'y': 150
 | 
						|
      type: file
 | 
						|
mac:
 | 
						|
  icon: build/icons/icon.icns
 | 
						|
win:
 | 
						|
  icon: build/icons/81.ico
 | 
						|
linux:
 | 
						|
  target: deb
 | 
						|
  icon: build/icons/81.png
 | 
						|
  desktop:
 | 
						|
    Icon: /opt/便携式应急指挥电子沙盘系统北斗定位+/icons/81.png
 | 
						|
  executableArgs:
 | 
						|
    - '--no-sandbox'
 | 
						|
nsis:
 | 
						|
  include: installer.nsh
 | 
						|
  oneClick: false
 | 
						|
  perMachine: true
 | 
						|
  allowToChangeInstallationDirectory: true
 | 
						|
  language: '2052'
 | 
						|
electronVersion: 13.6.9
 |