Skip to content

Commit

Permalink
🔧 update build config | change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot67 committed Oct 26, 2021
1 parent 36d2b3b commit a63d2c6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 30 deletions.
21 changes: 21 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
appId: youtube-mapper
productName: Youtube Mapper
mac:
icon: build/icons/mac/icon.icns
target:
- dmg
category: public.app-category.video
win:
icon: build/icons/win/icon.ico
target:
- nsis
- portable
nsis:
deleteAppDataOnUninstall: true
artifactName: ${productName} Setup ${version}.${ext}
linux:
category: Video
target:
- deb
icon: build/icons/png
maintainer: Elliot Lintz
32 changes: 2 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "youtube-mapper",
"description": "Create a graph from youtube videos by following end screen links. Helpful to easily visualize interactive video paths.",
"version": "1.0.0",
"version": "1.0.1",
"author": "Elliot Lintz",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -37,33 +37,5 @@
},
"browserslist": [
"last 1 Chrome version"
],
"build": {
"appId": "youtube-mapper",
"productName": "Youtube Mapper",
"mac": {
"icon": "build/icons/mac/icon.icns",
"target": [
"dmg"
],
"category": "public.app-category.video"
},
"win": {
"icon": "build/icons/win/icon.ico",
"target": [
"nsis"
]
},
"nsis": {
"deleteAppDataOnUninstall": true
},
"linux": {
"category": "Video",
"target": [
"deb"
],
"icon": "build/icons/png",
"maintainer": "Elliot Lintz"
}
}
]
}

0 comments on commit a63d2c6

Please sign in to comment.