We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09428e commit 72210b0Copy full SHA for 72210b0
plugin-dev/Scripts/post-build-steps-linux.sh
@@ -21,4 +21,4 @@ else
21
EDITOR_EXE="$ENGINE_DIR/Binaries/Linux/UnrealEditor"
22
fi
23
24
-"$EDITOR_EXE" "$PROJECT_FILE" -run=SentrySymbolUpload -target-platform="$TARGET_PLATFORM" -target-name="$TARGET_NAME" -target-type="$TARGET_TYPE" -target-configuration="$TARGET_CONFIGURATION" -unattended -nopause -nullrhi
+"$EDITOR_EXE" "$PROJECT_FILE" -run=SentrySymbolUpload -target-platform="$TARGET_PLATFORM" -target-name="$TARGET_NAME" -target-type="$TARGET_TYPE" -target-configuration="$TARGET_CONFIGURATION" -unattended -nopause -nullrhi -NoShaderCompile
0 commit comments