You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert test changes
Try without sentry init
Fix editor executable
Test
Test
Remove target name param
Test
Test
Try comment commandlet execution
Restore commandlet execution
Move commadlet to runtime module
Fix commandlet context
Test
Test
test
Revert "test"
This reverts commit a6f7d76.
# Copy sentry.dylib to plugin's Binaries\Mac dir if it doesn't exist there to ensure FAB version of the plugin works correctly - Epic obfuscates any extra binaries when pre-building the plugin
12
11
if [ "$TARGET_PLATFORM"="Mac" ] && [ !-f"$PLUGIN_DIR/Binaries/Mac/sentry.dylib" ];then
@@ -18,12 +17,18 @@ if [ -f "$PLUGIN_DIR/Source/ThirdParty/CLI/sentry-cli-Darwin-universal" ]; then
:: Copy crashpad handler executable to plugin's Binaries\Linux dir if it doesn't exist there to enable cross-compilation for Linux on Windows with FAB version of the plugin
0 commit comments