diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5c17abf11..2036f5b300 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -637,7 +637,7 @@ jobs: uses: actions/download-artifact@v4 with: merge-multiple: true - # Having multiple artifacts named the same might be onfusing to the users. Drop the unsigned versions + # Having multiple artifacts named the same might be confusing to the users. Drop the unsigned versions. - name: Remove unsigned artifacts run: | rm -rf *unsigned* diff --git a/distribution/windows/install.nsi b/distribution/windows/install.nsi index 67fb7f5d82..a9a4bac6c0 100644 --- a/distribution/windows/install.nsi +++ b/distribution/windows/install.nsi @@ -207,7 +207,7 @@ Section "!OpenRCT2" Section1 CreateShortCut "$SMPROGRAMS\$SHORTCUTS\Readme.lnk" "$INSTDIR\Readme.txt" CreateShortCut "$SMPROGRAMS\$SHORTCUTS\Changelog.lnk" "$INSTDIR\Changelog.txt" CreateShortCut "$SMPROGRAMS\$SHORTCUTS\Contributors.lnk" "$INSTDIR\contributors.md" - CreateShortCut "$SMPROGRAMS\$SHORTCUTS\PrivacyPolicy.lnk" "$INSTDIR\PRIVACY.md" + CreateShortCut "$SMPROGRAMS\$SHORTCUTS\Privacy Policy.lnk" "$INSTDIR\PRIVACY.md" !insertmacro MUI_STARTMENU_WRITE_END SectionEnd @@ -244,7 +244,7 @@ Section "Uninstall" Delete "$SMPROGRAMS\$SHORTCUTS\Readme.lnk" Delete "$SMPROGRAMS\$SHORTCUTS\Changelog.lnk" Delete "$SMPROGRAMS\$SHORTCUTS\Contributors.lnk" - Delete "$SMPROGRAMS\$SHORTCUTS\PrivacyPolicy.lnk" + Delete "$SMPROGRAMS\$SHORTCUTS\Privacy Policy.lnk" ; Clean up OpenRCT2 dir Delete "$INSTDIR\changelog.txt"