Files
voicext/electron-builder.yml
T

35 lines
602 B
YAML

appId: com.voicext.app
productName: VoiceXt
directories:
output: out/make
buildResources: resources
files:
- out/main/index.js
- out/preload/index.js
- out/renderer/**/*
- package.json
extraResources:
- from: bin
to: bin
filter:
- "**/*"
win:
target: nsis
icon: resources/icon.png
artifactName: "${productName}-Setup-${version}.${ext}"
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
shortcutName: VoiceXt
createDesktopShortcut: true
publish:
provider: github
v3ApiUrl: https://git.truncgil.com/api/v1
owner: truncgit
repo: voicext