Skip to content

Commit f5742b6

Browse files
author
lukaw3d
committed
improve instructions
1 parent 4a64ed8 commit f5742b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ jobs:
115115
if (location.href !== 'chrome-extension://jeooipjboldjebnajiegnfpklodgimmf/manifest.json') throw 'Is this old extension instead of new one?';
116116
const chromeStorageLocal = ${JSON.stringify(localStorage['oasis_wallet_persist_v1'])};
117117
localStorage['oasis_wallet_persist_v1'] = chromeStorageLocal;
118+
window.close();
118119
`)
120+
console.log('Go to chrome-extension://jeooipjboldjebnajiegnfpklodgimmf/manifest.json and open the console and paste');
119121
```
120122
- **chrome-extension://jeooipjboldjebnajiegnfpklodgimmf/manifest.json** open console and paste.
121123
- click the new extension

0 commit comments

Comments
 (0)