Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Added more content
Browse files Browse the repository at this point in the history
  • Loading branch information
iamalexrouse committed Mar 13, 2024
1 parent 379d886 commit 8bf2809
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules
out
node_modules/
out/
Binary file added content/resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ module.exports = {
name: '@electron-forge/maker-deb',
config: {
options: {
icon: 'https://terabit.io/images/icon.png'
icon: 'content/resources/icon.png'
}
},
},
{
name: '@electron-forge/maker-rpm',
config: {
icon: 'https://terabit.io/images/icon.png'
icon: 'content/resources/icon.png'
},
},
],
Expand Down

0 comments on commit 8bf2809

Please sign in to comment.