@gmickel/gno 0.31.0 → 0.31.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -190,9 +190,9 @@ Verify everything works:
|
|
|
190
190
|
gno doctor
|
|
191
191
|
```
|
|
192
192
|
|
|
193
|
-
**Windows**: current validated target is `windows-x64
|
|
194
|
-
|
|
195
|
-
|
|
193
|
+
**Windows**: current validated target is `windows-x64`, with a packaged
|
|
194
|
+
desktop beta zip now published on GitHub Releases. See
|
|
195
|
+
[docs/WINDOWS.md](./docs/WINDOWS.md) for support scope and validation notes.
|
|
196
196
|
|
|
197
197
|
Keep an index fresh continuously without opening the Web UI:
|
|
198
198
|
|
package/package.json
CHANGED