Skip to content

Commit

Permalink
Should now default to maker config name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils-Kolvenbach committed Feb 1, 2024
1 parent ef84dfd commit 14f4112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const config: ForgeConfig = {
new MakerSquirrel({
title: 'elek.io Client',
setupExe: 'elek.io Client',
name: 'elek.io Client',
}),
new MakerDMG({}),
new MakerRpm({
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "client",
"name": "@elek-io/client",
"productName": "elek.io Client",
"version": "0.1.0",
"description": "The elek.io Client is a desktop application for Windows, macOS and Linux that allows you to manage content.",
Expand Down

0 comments on commit 14f4112

Please sign in to comment.