Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mligtenberg committed Dec 27, 2024
1 parent db1031b commit 5f3a446
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ Thumbs.db
.nx/workspace-data

.angular
.DS_Store
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"$schema": "../../../../../node_modules/nx-electron/src/validation/maker.schema.json",
"appId": "digital.ligtenberg.servicebus-browser",
"productName": "Servicebus Browser"
"appId": "digital.ligtenberg.servicebusbrowser",
"artifactName": "Servicebus browser.${ext}",
"copyright": "Copyright © 2024 Martin Ligtenberg",
"productName": "Servicebus Browser",
"icon": "src/assets.logo.png"
}

0 comments on commit 5f3a446

Please sign in to comment.