Skip to content

Commit

Permalink
feat: add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ariscript committed Jan 4, 2022
1 parent 5133107 commit 160a286
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 1 deletion.
14 changes: 13 additions & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,29 @@ module.exports = {
name: "@electron-forge/maker-squirrel",
config: {
name: "multiserver",
setupIcon: "./img/icons/icon_setup.ico",
iconUrl: `file://${__dirname}/img/icons/icon_main.ico`,
},
},
{
name: "@electron-forge/maker-zip",
platforms: ["darwin", "linux"],
platforms: ["linux"],
},
{
name: "@electron-forge/maker-deb",
config: {
options: {
categories: ["Game", "Utility"],
homepage: "https://github.com/dheerajpv/multiserver",
icon: "./img/icons/icon_main.png",
},
},
},
{
name: "@electron-forge/maker-dmg",
config: {
icon: "./img/icons/icon_main.png",
},
},
],
publishers: [
Expand Down
Binary file added img/icons/icon_main.ico
Binary file not shown.
Binary file added img/icons/icon_main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icons/icon_main.xcf
Binary file not shown.
Binary file added img/icons/icon_setup.ico
Binary file not shown.
Binary file added img/icons/icon_setup.xcf
Binary file not shown.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"allowJs": true,
"module": "commonjs",
"lib": ["esnext"],
"skipLibCheck": true,
"esModuleInterop": true,
"noImplicitAny": true,
Expand Down

0 comments on commit 160a286

Please # to comment.