mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Remove known_issues.txt (#5142)
This file is out of date and adds extra maintenance to releasing. Instead users should check the project's issue tracker on GitHub.
This commit is contained in:
committed by
Michael Steenbeek
parent
fbd19db704
commit
2008f4add4
@@ -1,7 +0,0 @@
|
||||
Release version: 0.0.6
|
||||
------------------------------------------------------------------------
|
||||
* Scenario editor object selection window will show object names in the selected language at the time of building the object cache. (Deleting plugin.dat in Documents/OpenRCT2 will fix this)
|
||||
* Guest AI is slightly worse than the original game.
|
||||
* Multiplayer is very experimental and is likely to desynchronise often.
|
||||
|
||||
Some bugs or limitations present in the original game have not yet been fixed or lifted.
|
||||
@@ -137,9 +137,6 @@ Section "!OpenRCT2" Section1
|
||||
File ..\changelog.txt
|
||||
Push "$INSTDIR\changelog.txt"
|
||||
Call unix2dos
|
||||
File ..\known_issues.txt
|
||||
Push "$INSTDIR\known_issues.txt"
|
||||
Call unix2dos
|
||||
File ..\..\licence.txt
|
||||
Push "$INSTDIR\licence.txt"
|
||||
Call unix2dos
|
||||
@@ -215,7 +212,6 @@ Section "Uninstall"
|
||||
|
||||
; Clean up OpenRCT2 dir
|
||||
Delete "$INSTDIR\changelog.txt"
|
||||
Delete "$INSTDIR\known_issues.txt"
|
||||
Delete "$INSTDIR\licence.txt"
|
||||
Delete "$INSTDIR\readme.txt"
|
||||
Delete "$INSTDIR\contributors.md"
|
||||
|
||||
@@ -94,7 +94,6 @@
|
||||
<PublishItems Include="$(OutputDll)" />
|
||||
<PublishItems Include="$(TargetDir)data" />
|
||||
<PublishItems Include="$(DistDir)changelog.txt" />
|
||||
<PublishItems Include="$(DistDir)known_issues.txt" />
|
||||
<PublishItems Include="$(DistDir)readme.txt" />
|
||||
<PublishItems Include="$(RootDir)contributors.md" />
|
||||
<PublishItems Include="$(RootDir)licence.txt" />
|
||||
|
||||
Reference in New Issue
Block a user