Package changes
This commit is contained in:
14
package.json
14
package.json
@@ -2,6 +2,9 @@
|
||||
"name": "repertory-ui",
|
||||
"version": "1.0.2",
|
||||
"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": {
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.10",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.6.1",
|
||||
@@ -129,13 +132,18 @@
|
||||
"./helpers.js"
|
||||
],
|
||||
"linux": {
|
||||
"icon": "./build/logo.png"
|
||||
"category": "Utility",
|
||||
"icon": "./build/logo.png",
|
||||
"target": "AppImage"
|
||||
},
|
||||
"mac": {
|
||||
"icon": "./build/icon_color.icns"
|
||||
"category": "public.app-category.utilities",
|
||||
"icon": "./build/icon_color.icns",
|
||||
"target": "dmg"
|
||||
},
|
||||
"win": {
|
||||
"icon": "./build/icon.ico"
|
||||
"icon": "./build/icon.ico",
|
||||
"target": "nsis"
|
||||
},
|
||||
"directories": {
|
||||
"buildResources": "public"
|
||||
|
||||
Reference in New Issue
Block a user