Skip to content

Commit

Permalink
build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
judy-n authored Feb 8, 2022
1 parent b46a3c2 commit 5c47b9f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
Binary file added build/linki.icns
Binary file not shown.
Binary file added build/linki.ico
Binary file not shown.
23 changes: 20 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,30 @@
"menubar": "^9.1.1"
},
"devDependencies": {
"electron": "^16.0.8"
"electron": "^16.0.8",
"electron-builder": "^22.14.13",
"electron-installer-zip": "^0.1.2",
"electron-packager": "^15.4.0"
},
"scripts": {
"pack": "electron-builder --dir",
"dist": "electron-builder",
"start": "electron ."
},
"name": "zoomlinks",
"name": "Linki",
"version": "0.0.0",
"license": "MIT",
"main": "main.js"
"main": "main.js",
"build": {
"appId": "com.Judy.Linki",
"mac": {
"category": "public.app-category.productivity",
"icon": "linki.icns"
},
"win": {
"icon": "linki.ico"
}

},
"postinstall": "electron-builder install-app-deps"
}

0 comments on commit 5c47b9f

Please sign in to comment.