Skip to content

Commit

Permalink
Merge pull request #1 from mattyg/build/bump-lair-signer
Browse files Browse the repository at this point in the history
Build/bump lair signer
  • Loading branch information
mattyg authored Dec 13, 2023
2 parents 57606b0 + 14ee91f commit 4b0d7c9
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 17 deletions.
2 changes: 2 additions & 0 deletions electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const HAPP_FILE = "mewsfeed.happ"; // replace-me Enter the path to your happ
const APP_ID = "main-app"; // replace-me
const LAIR_PASSWORD = "password";
const WINDOW_TITLE = "replace-me".toUpperCase(); //replace-me
const NETWORK_SEED: string | undefined = undefined; // replace-me

// Handle creating/removing shortcuts on Windows when installing/uninstalling.
if (require('electron-squirrel-startup')) {
Expand Down Expand Up @@ -136,6 +137,7 @@ app.on('ready', async () => {
passphrase: LAIR_PASSWORD,
keystorePath: path.join(app.getPath('userData'), 'holochain-data/keystore'),
datastorePath: path.join(app.getPath('userData'), 'holochain-data/databases'),
network_seed: NETWORK_SEED,
};

// shutdown will be called automatically on application
Expand Down
112 changes: 96 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"@lightningrodlabs/electron-holochain": "^0.7.8",
"@napi-rs/cli": "^2.16.3",
"electron-squirrel-startup": "^1.0.0",
"holochain-lair-signer": "^0.1.0"
"holochain-lair-signer": "^0.1.1"
}
}

0 comments on commit 4b0d7c9

Please sign in to comment.