Skip to content

Commit

Permalink
build: set executable name
Browse files Browse the repository at this point in the history
  • Loading branch information
toxophilist committed Nov 26, 2024
1 parent 5845129 commit fb65920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ocd/packages/desktop/forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const config: ForgeConfig = {
outDir: '../../dist',
packagerConfig: {
asar: true,
executableName: '@ocd/desktop',
executableName: 'ocd',
icon: './public/assets/icon',
// osxSign: {}, // Appears to break the MacOS App I assume because it's empty
appCategoryType: 'public.app-category.developer-tools'
Expand Down
2 changes: 1 addition & 1 deletion ocd/packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ocd",
"name": "@ocd/desktop",
"productName": "ocd",
"version": "0.2.5",
"description": "OKIT Open Cloud Designer Desktop",
Expand Down

0 comments on commit fb65920

Please sign in to comment.