Skip to content

Commit

Permalink
feat: added dev favicon to differentiate dev and prod, added icons au…
Browse files Browse the repository at this point in the history
…to generation (#2895)
  • Loading branch information
johnthecat authored Dec 24, 2024
1 parent 6d909f8 commit 42700e6
Show file tree
Hide file tree
Showing 17 changed files with 349 additions and 50 deletions.
1 change: 1 addition & 0 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ module.exports = {
RENDERER: 'src/renderer/app/index.tsx',
},

APP_ROOT: 'src/renderer/app',
INDEX_HTML: 'src/renderer/app/index.html',
RESOURCES: 'src/main/resources',
DEV_BUILD: 'release/build/',
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@
"eslint-plugin-react": "7.37.1",
"eslint-plugin-unused-imports": "4.1.4",
"fake-indexeddb": "4.0.2",
"favicons": "7.2.0",
"favicons-webpack-plugin": "6.0.1",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.0",
"husky": "9.1.6",
Expand Down
Loading

0 comments on commit 42700e6

Please sign in to comment.