diff options
| author | Stefan Boberg <[email protected]> | 2022-01-26 10:57:01 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2022-01-26 10:57:01 +0100 |
| commit | 11856e31261028993ce8f3f13fdbc53281272918 (patch) | |
| tree | c121e865ec640364266c9128fcf7dbb9314571e1 /scripts | |
| parent | Changed deployment scripts to always use xmake (diff) | |
| download | zen-11856e31261028993ce8f3f13fdbc53281272918.tar.xz zen-11856e31261028993ce8f3f13fdbc53281272918.zip | |
Super temporary sentry symbol upload script to help jog my memory whenever I need to update symbols for a submitted binary
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/upload_syms.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/upload_syms.bat b/scripts/upload_syms.bat new file mode 100644 index 000000000..663d64e06 --- /dev/null +++ b/scripts/upload_syms.bat @@ -0,0 +1,3 @@ +rem This is a temporary hack until everyone has access to Sentry + +scripts\sentry-cli upload-dif --org to --project zen-server \ue5-main\Engine\Binaries\Win64\zenserver.exe \ue5-main\engine\Binaries\Win64\zenserver.pdb |