mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 17:42:29 +01:00
Apply suggestions from code review
Co-authored-by: Michael Steenbeek <1478678+Gymnasiast@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
41b13197d1
commit
01d23d81f0
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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*
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user