File size: 506 Bytes
945e815
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
appId: com.solvox.wallet
productName: SolVox
copyright: Copyright © 2026 SolVox Team

directories:
  output: release
  buildResources: build

files:
  - dist/**/*
  - package.json

mac:
  category: public.app-category.finance
  target:
    - dmg
    - zip

win:
  target:
    - nsis
    - portable

linux:
  category: Finance
  target:
    - AppImage
    - deb

nsis:
  oneClick: false
  allowToChangeInstallationDirectory: true

extraResources:
  - from: models
    to: models
    filter:
      - "**/*"