Skip to content

Commit

Permalink
Updated Forge.config.js and package.json
Browse files Browse the repository at this point in the history
Fixed incorrectly configured icons; fixed package name; updated package description
  • Loading branch information
lukasgolson committed May 8, 2023
1 parent dac4222 commit a8798ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ module.exports = {
{
name: '@electron-forge/maker-squirrel',
config: {
iconUrl: 'https://raw.githubusercontent.com/lukasdragon/Reclaim-Electron-App/master/images/favicon.ico',
setupIcon: '/images/favicon.ico',
},
setupIcon: 'images/favicon.ico'
},
},
{
name: '@electron-forge/maker-zip',
Expand All @@ -18,7 +17,7 @@ module.exports = {
{
name: '@electron-forge/maker-deb',
config: {
options: {
options: {
icon: '/images/icon.png',
},
},
Expand All @@ -28,4 +27,4 @@ module.exports = {
config: {},
},
],
};
};
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "reclaim",
"productName": "reclaim",
"name": "electron-reclaim",
"productName": "electron-reclaim",
"version": "1.0.1",
"description": "An electron-based desktop host for Reclaim.",
"description": "An unofficial Electron-based desktop client for Reclaim.ai.",
"main": "src/main.js",
"scripts": {
"start": "electron-forge start",
Expand Down

0 comments on commit a8798ae

Please sign in to comment.