Remove crash reporter
This commit is contained in:
parent
63ce3a10e8
commit
ae75d41055
|
@ -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
|
||||
|
|
|
@ -39,7 +39,7 @@ IncludeAppLocalPrerequisites=False
|
|||
bShareMaterialShaderCode=False
|
||||
bSharedMaterialNativeLibraries=False
|
||||
ApplocalPrerequisitesDirectory=(Path="")
|
||||
IncludeCrashReporter=True
|
||||
IncludeCrashReporter=False
|
||||
InternationalizationPreset=English
|
||||
-CulturesToStage=en
|
||||
+CulturesToStage=en
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue