Skip to content

Commit

Permalink
update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee committed Apr 26, 2023
1 parent 4119ba4 commit 1915067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ const config: ForgeConfig = {
rebuildConfig: {},
makers: [
new MakerSquirrel({
name: "BEE Desktop",
name: "BeeDesktop",
setupIcon: "./assets/icon.ico",
}),
new MakerZIP({}, ["darwin", "win32"]),
new MakerRpm({}),
new MakerDeb({
options: {
name: "bee-desktop",
productName: "BEE Desktop",
productName: "BeeDesktop",
icon: "./assets/icon.png",
},
}),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bee-desktop",
"productName": "BEE Desktop",
"productName": "BeeDesktop",
"version": "0.3.0",
"description": "A desktop client for Bee",
"main": ".webpack/main",
Expand Down

0 comments on commit 1915067

Please sign in to comment.