5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 03:20:09 +08:00

Fix scoop command usage typo (#3501)

* Fix scoop command usage typo

* Fix scoop command usage typo

* Update changelog.mdx
This commit is contained in:
Sheldon Rupp 2024-05-22 22:03:23 +02:00 committed by GitHub
parent 9b900b7df0
commit 8e88e1454f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@ The installer is available on the [NSIS Download](https://nsis.sourceforge.io/Do
You can install with [Scoop](https://scoop.sh/) (which will automatically add it to your PATH):
```
scoop add bucket extras
scoop bucket add extras
scoop install nsis
```

View File

@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed optional type generation where an extra `?` would be placed inside the field name instead of outside the name `"field?"?` vs `"field"?`. Fixed by [@atterpac](https://github.com/atterpac) in [#3476](https://github.com/wailsapp/wails/pull/3476)
- Fixed an issue where `WindowGetPosition` and `WindowSetPosition` values were inconsistent on MacOS. Fixed by [@cenan](https://github.com/wailsapp/wails/pull/3479)
- Fix scoop command usage typo. Fixed by [@fieu](https://github.com/fieu) in [#3501](https://github.com/wailsapp/wails/pull/3501)
## v2.8.2 - 2024-05-08

View File

@ -21,7 +21,7 @@ The installer is available on the [NSIS Download](https://nsis.sourceforge.io/Do
You can install with [Scoop](https://scoop.sh/) (which will automatically add it to your PATH):
```
scoop add bucket extras
scoop bucket add extras
scoop install nsis
```