new dist.tar

Niko PLP 1 year ago
parent 9e58ddcdb4
commit c4cfef9f28
  1. 1
      ng-app/README.md
  2. BIN
      ng-app/dist.tar.gz
  3. 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
```

Binary file not shown.

@ -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