Skip to content

Commit a077bd9

Browse files
authored
Fix invalid syntax in symbol upload batch script (#801)
* Fix invalid syntax in symbol upload batch script * Update changelog
1 parent 65d4556 commit a077bd9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
- Fix incorrect game log attachment on Android ([#743](https://github.com/getsentry/sentry-unreal/pull/743))
2323
- Fix assertion during screenshot capturing in a thread that can't use Slate ([#756](https://github.com/getsentry/sentry-unreal/pull/756))
24+
- Fix invalid syntax in symbol upload batch script ([#801](https://github.com/getsentry/sentry-unreal/pull/801))
2425

2526
### Dependencies
2627

plugin-dev/Scripts/upload-debug-symbols-win.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if "%TargetType%"=="Editor" (
2121
)
2222

2323
if "%TargetPlatform%"=="Android" (
24-
echo Sentry: Debug symbols upload for Android is handled by Sentry's Gradle plugin (if enabled)
24+
echo Sentry: Debug symbols upload for Android is handled by Sentry's Gradle plugin if enabled
2525
exit /B 0
2626
)
2727

0 commit comments

Comments
 (0)