diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a3ccba78..e5841369d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * Added support for Deepin in PythonAPI's setup.py * Added support for spawning and controlling walkers (pedestrians) * Renamed vehicle.get_vehicle_control() to vehicle.get_control() to be consistent with walkers + * Remove crash reporter from packaged build * Added a few methods to manage an actor: - set_velocity: for setting the linear velocity - set_angular_velocity: for setting the angular velocity diff --git a/Unreal/CarlaUE4/Config/DefaultGame.ini b/Unreal/CarlaUE4/Config/DefaultGame.ini index 90a15a889..25bd56729 100644 --- a/Unreal/CarlaUE4/Config/DefaultGame.ini +++ b/Unreal/CarlaUE4/Config/DefaultGame.ini @@ -39,7 +39,7 @@ IncludeAppLocalPrerequisites=False bShareMaterialShaderCode=False bSharedMaterialNativeLibraries=False ApplocalPrerequisitesDirectory=(Path="") -IncludeCrashReporter=True +IncludeCrashReporter=False InternationalizationPreset=English -CulturesToStage=en +CulturesToStage=en diff --git a/Util/BuildTools/Package.sh b/Util/BuildTools/Package.sh index 20ac3b10f..ad1e17936 100755 --- a/Util/BuildTools/Package.sh +++ b/Util/BuildTools/Package.sh @@ -70,7 +70,7 @@ if $DO_PACKAGE ; then -nocompileeditor -nop4 -cook -stage -archive -package \ -clientconfig=Development -ue4exe=UE4Editor \ -pak -prereqs -nodebuginfo \ - -targetplatform=Linux -build -CrashReporter -utf8output \ + -targetplatform=Linux -build -utf8output \ -archivedirectory="${BUILD_FOLDER}" popd >/dev/null