@@ -0,0 +1,6 @@ | |||
``` | |||
npm i | |||
npm run make | |||
``` | |||
This builds hic-0.0.1.AppImage | |||
Windows following |
@@ -26,7 +26,7 @@ | |||
"config": { | |||
"forge": { | |||
"packagerConfig": { | |||
"icon": "src/icons/mac/icon.icns", | |||
"icon": "icons/mac/icon.icns", | |||
"name": "hic" | |||
}, | |||
"makers": [ | |||
@@ -36,7 +36,8 @@ | |||
"linux" | |||
], | |||
"config": { | |||
"name": "hicetnunc_ui" | |||
"name": "hic", | |||
"icon": "icons/mac/icon.icns", | |||
} | |||
} | |||
] |