mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-03 04:05:49 +01:00
@@ -2,6 +2,7 @@
|
||||
------------------------------------------------------------------------
|
||||
- Fix: [#12691] Ride graph tooltip incorrectly used count instead of number string.
|
||||
- Fix: [#12694] Crash when switching ride types with construction window open.
|
||||
- Fix: [#12701] Silent NSIS setup flag /S isn't silent, upgrade pop-up appears anyway.
|
||||
|
||||
0.3.0 (2020-08-15)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
@@ -499,6 +499,7 @@ Function .onInit
|
||||
SectionSetFlags 0 17
|
||||
|
||||
ShowWelcomeMessage:
|
||||
IfSilent FinishCallback
|
||||
ReadRegStr $R8 HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OpenRCT2" "Version"
|
||||
IfErrors FinishCallback
|
||||
|
||||
|
||||
Reference in New Issue
Block a user