new dist.tar

master
Niko PLP 9 months ago
parent ffab958276
commit 1b0ffa776b
  1. 1
      ng-app/README.md
  2. 2
      ng-app/src/routes/WalletLogin.svelte

@ -85,6 +85,7 @@ cargo tauri build --target x86_64-unknown-linux-gnu
### Windows (7)
```
// tar --exclude .DS_Store -zcvf dist.tar.gz dist
cargo tauri build --target x86_64-pc-windows-msvc
```

@ -44,7 +44,7 @@
step = "open";
wallets_unsub = wallets.subscribe((value) => {
wallet = selected && $wallets[selected]?.wallet;
console.log("wallet found locally", wallet);
//console.log("wallet found locally", wallet);
});
opened_wallets_unsub = opened_wallets.subscribe(async (value) => {
if (!$active_wallet && selected && value[selected]) {

Loading…
Cancel
Save