Package changes
This commit is contained in:
14
package.json
14
package.json
@@ -2,6 +2,9 @@
|
|||||||
"name": "repertory-ui",
|
"name": "repertory-ui",
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"author": "scott.e.graves@gmail.com",
|
||||||
|
"description": "GUI for Repertory - Repertory allows you to mount Hyperspace, Sia and/or SiaPrime blockchain storage solutions via FUSE on Linux/OS X or via WinFSP on Windows.",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-svg-core": "^1.2.10",
|
"@fortawesome/fontawesome-svg-core": "^1.2.10",
|
||||||
"@fortawesome/free-solid-svg-icons": "^5.6.1",
|
"@fortawesome/free-solid-svg-icons": "^5.6.1",
|
||||||
@@ -129,13 +132,18 @@
|
|||||||
"./helpers.js"
|
"./helpers.js"
|
||||||
],
|
],
|
||||||
"linux": {
|
"linux": {
|
||||||
"icon": "./build/logo.png"
|
"category": "Utility",
|
||||||
|
"icon": "./build/logo.png",
|
||||||
|
"target": "AppImage"
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"icon": "./build/icon_color.icns"
|
"category": "public.app-category.utilities",
|
||||||
|
"icon": "./build/icon_color.icns",
|
||||||
|
"target": "dmg"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"icon": "./build/icon.ico"
|
"icon": "./build/icon.ico",
|
||||||
|
"target": "nsis"
|
||||||
},
|
},
|
||||||
"directories": {
|
"directories": {
|
||||||
"buildResources": "public"
|
"buildResources": "public"
|
||||||
|
|||||||
Reference in New Issue
Block a user