Skip to content

Commit

Permalink
fixed appstore network seed
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Dec 11, 2023
1 parent ea10efa commit d42c091
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/main/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export function validateArgs(
// If provided take the one provided, otherwise check whether it's applet dev mode
const appstoreNetworkSeed = args.network_seed
? args.network_seed
: devConfig
: devConfig || !app.isPackaged
? `lightningrodlabs-we-applet-dev-${os.hostname()}`
: `lightningrodlabs-we-${breakingAppVersion(app)}`;

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1687,8 +1687,8 @@
"@holochain-open-dev/stores" "0.8.3"
"@holochain-open-dev/utils" "0.16.3"
"@holochain/client" "0.16.6"
"@lightningrodlabs/we-applet" "file:../../../../.cache/yarn/v6/[email protected]20a43b40-0d2d-47f0-9a4d-970d16ddd4c7-1702304193874/node_modules/@lightningrodlabs/we-applet"
"@lightningrodlabs/we-elements" "file:../../../../.cache/yarn/v6/[email protected]20a43b40-0d2d-47f0-9a4d-970d16ddd4c7-1702304193874/node_modules/@lightningrodlabs/we-elements"
"@lightningrodlabs/we-applet" "file:../../../../.cache/yarn/v6/[email protected]72f900e2-12c6-4592-b440-5a6320e50518-1702305984539/node_modules/@lightningrodlabs/we-applet"
"@lightningrodlabs/we-elements" "file:../../../../.cache/yarn/v6/[email protected]72f900e2-12c6-4592-b440-5a6320e50518-1702305984539/node_modules/@lightningrodlabs/we-elements"
"@lit/context" "^1.0.1"
"@lit/localize" "^0.12.0"
"@material/web" "=1.0.0-pre.9"
Expand All @@ -1697,7 +1697,7 @@
lit "^3.0.2"

"@lightningrodlabs/we-applet@file:./libs/we-applet", "@lightningrodlabs/we-applet@file:libs/we-applet":
version "0.12.0"
version "0.12.1"
dependencies:
"@holochain/client" "0.16.6"

Expand All @@ -1709,7 +1709,7 @@
"@holochain-open-dev/stores" "^0.8.3"
"@holochain-open-dev/utils" "^0.16.3"
"@holochain/client" "0.16.6"
"@lightningrodlabs/we-applet" "file:../../../../.cache/yarn/v6/[email protected]732672a1-b5fc-4e6c-a479-ba0a0c96988e-1702304193872/node_modules/@lightningrodlabs/we-applet"
"@lightningrodlabs/we-applet" "file:../../../../.cache/yarn/v6/[email protected]1b003e1d-d8b0-42f7-bbc8-bb1bdbe51dd3-1702305984538/node_modules/@lightningrodlabs/we-applet"
"@lit/context" "^1.0.1"
"@lit/localize" "^0.12.0"
"@mdi/js" "^7.2.0"
Expand Down

0 comments on commit d42c091

Please sign in to comment.