Skip to content

Commit

Permalink
update 0.1.0, makers
Browse files Browse the repository at this point in the history
  • Loading branch information
ceddybi committed Feb 5, 2024
1 parent f6ebbaa commit 637c1da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ const config: ForgeConfig = {
}
},
rebuildConfig: {},
makers: [new MakerSquirrel({}), new MakerZIP({}, ['darwin']), new MakerRpm({}),
makers: [new MakerSquirrel({
iconUrl: 'https://raw.githubusercontent.com/ceddybi/AIJ/master/src/assets/icon.png',
setupIcon: './src/assets/icon.ico',
}), new MakerZIP({}, ['darwin']), new MakerRpm({}),
{
"name": "@electron-forge/maker-deb",
"config": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aij",
"productName": "AIJ",
"version": "0.0.9",
"version": "0.1.0",
"description": "AI Jobs",
"main": ".webpack/main",
"homepage": "https://algojobs.ca",
Expand Down

0 comments on commit 637c1da

Please sign in to comment.