From 0daad23292e86b8eab9c91ef820fe2c7f496172f Mon Sep 17 00:00:00 2001 From: Sheldon Rupp Date: Sun, 19 May 2024 21:46:03 +0200 Subject: [PATCH 1/3] Fix scoop command usage typo --- .../versioned_docs/version-v2.8.1/guides/windows-installer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-v2.8.1/guides/windows-installer.mdx b/website/versioned_docs/version-v2.8.1/guides/windows-installer.mdx index c65dc6d3422..d8672222f20 100644 --- a/website/versioned_docs/version-v2.8.1/guides/windows-installer.mdx +++ b/website/versioned_docs/version-v2.8.1/guides/windows-installer.mdx @@ -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 ``` From 710d4b6b407258752da40f39e8006e784b7cfa1f Mon Sep 17 00:00:00 2001 From: Sheldon Rupp Date: Wed, 22 May 2024 18:38:40 +0200 Subject: [PATCH 2/3] Fix scoop command usage typo --- website/docs/guides/windows-installer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/windows-installer.mdx b/website/docs/guides/windows-installer.mdx index c65dc6d3422..d8672222f20 100644 --- a/website/docs/guides/windows-installer.mdx +++ b/website/docs/guides/windows-installer.mdx @@ -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 ``` From 4151689b526222b553a6d7d3f4c6657acebd911e Mon Sep 17 00:00:00 2001 From: Sheldon Rupp Date: Wed, 22 May 2024 18:40:36 +0200 Subject: [PATCH 3/3] Update changelog.mdx --- website/src/pages/changelog.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/pages/changelog.mdx b/website/src/pages/changelog.mdx index e4b3eda5c0a..78e4c5bf49d 100644 --- a/website/src/pages/changelog.mdx +++ b/website/src/pages/changelog.mdx @@ -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