38 lines
680 B
YAML
38 lines
680 B
YAML
directories:
|
|
output: dist
|
|
buildResources: build
|
|
appId: com.exttex.freezer
|
|
productName: Freezer
|
|
extraResources:
|
|
- from: app/assets/**
|
|
to: assets/
|
|
files:
|
|
- filter:
|
|
- '**/*'
|
|
- '!app/client/'
|
|
- app/client/dist/**
|
|
win:
|
|
target:
|
|
- portable
|
|
- nsis
|
|
icon: build/icon.ico
|
|
asarUnpack:
|
|
- app/node_modules/nodeezcryptor/**
|
|
nsis:
|
|
oneClick: true
|
|
perMachine: false
|
|
allowElevation: false
|
|
allowToChangeInstallationDirectory: false
|
|
linux:
|
|
target:
|
|
- AppImage
|
|
category: audio
|
|
icon: build/iconset
|
|
appImage:
|
|
desktop:
|
|
X-AppImage-Name: Freezer
|
|
Name: Freezer
|
|
Type: Application
|
|
Categories: AudioVideo
|
|
electronVersion: 9.3.5
|