Remove crash reporter

This commit is contained in:
nsubiron 2019-01-25 17:48:10 +01:00
parent 63ce3a10e8
commit ae75d41055
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -39,7 +39,7 @@ IncludeAppLocalPrerequisites=False
bShareMaterialShaderCode=False
bSharedMaterialNativeLibraries=False
ApplocalPrerequisitesDirectory=(Path="")
IncludeCrashReporter=True
IncludeCrashReporter=False
InternationalizationPreset=English
-CulturesToStage=en
+CulturesToStage=en

View File

@ -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