Skip to content

Commit

Permalink
Update electron-builder.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Thyssenkrupp234 authored Feb 3, 2022
1 parent a9af9b5 commit efb3d69
Showing 1 changed file with 60 additions and 6 deletions.
66 changes: 60 additions & 6 deletions electron-builder.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,61 @@
{





}
"appId": "com.github.thyssenkrupp234.ut00b-d0wnl04d3r",
"productName": "Youtube Downloader",
"copyright": "Lincoln Muller",
"directories": {
"output": "out",
"buildResources": "build-res"
},
"publish": {
"provider": "github",
"owner": "Thyssenkrupp234",
"repo": "ut00b-d0wnl04d3r"
},
"dmg": {
"window": {
"width": "700",
"height": "700"
},
"contents": [
{
"x": 100,
"y": 100
},
{
"x": 300,
"y": 100,
"type": "link",
"path": "/Applications"
}
]
},
"pkg": {
"allowCurrentUserHome": "true",
"allowAnywhere": "true",
"welcome": "build-res/welcome.rtf",
"conclusion": "build-res/summary.rtf"
},
"mac": {
"target": [
"dmg",
"pkg"
]
},
"win": {
"target": {
"target": "nsis",
"arch": [
"ia32",
"x64"
]

}
},
"linux": {
"target": "AppImage",
"category": "Utility"
},
"nsis": {
"oneClick": "false",
"perMachine": "false",
"allowToChangeInstallationDirectory": "true"

0 comments on commit efb3d69

Please sign in to comment.