forked from Arattian/DynamoDb-GUI-Client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
32 lines (32 loc) · 947 Bytes
/
electron-builder.yml
File metadata and controls
32 lines (32 loc) · 947 Bytes
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
appId: com.dynamodb.guiclient
productName: DynamoDbGUI
artifactName: "${productName}-${os}-${arch}-${version}.${ext}"
files:
- "**/*"
- "!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme,test,__tests__,tests,powered-test,example,examples,*.d.ts}"
- "!**/node_modules/.bin"
- "!**/._*"
- "!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,__pycache__,thumbs.db,.gitignore,.gitattributes,.editorconfig,.flowconfig,.yarn-metadata.json,.idea,appveyor.yml,.travis.yml,circle.yml,npm-debug.log,.nyc_output,yarn.lock,.yarn-integrity}"
asar: true
compression: normal
dmg:
icon: "public/icon.icns"
contents:
- x: 532
y: 249
type: link
path: /Applications
- x: 281
y: 249
type: file
linux:
description: "DynamoDb GUI Client"
target:
- deb
- AppImage
maintainer: "Misak Poghosyan <poghosyanmisak97@gmail.com>"
win:
icon: "public/icon.ico"
nsis:
perMachine: true
oneClick: true