Skip to content

Commit

Permalink
alpha-12
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkNerdi committed Oct 25, 2023
1 parent 21655e7 commit 76a0e3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/desktop/electron-builder-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const prodConfig: Configuration = {
mac: {
icon: getIconPath(),
category: 'public.app-category.finance',
target: ['dmg', 'zip'],
target: ['dmg'],
entitlements: './entitlements.mac.plist',
entitlementsInherit: './entitlements.mac.plist',
hardenedRuntime: true,
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "desktop",
"productName": "Bloom",
"version": "0.1.0",
"version": "0.1.0-alpha-12",
"description": "Simple and secure web3 wallet for the IOTA and Shimmer ecosystem",
"main": "public/build/main.process.js",
"repository": "[email protected]:bloomwalletio/bloom.git",
Expand Down

0 comments on commit 76a0e3c

Please sign in to comment.