File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 21
21
RELEASE_BUCKET : " slobs-crash-handler"
22
22
ELECTRON_VERSION : " v29.4.3"
23
23
BIN_DEPENDENCIES : " dependencies2019.0"
24
- AWS_SDK_VERSION : " 1.11.367 "
24
+ AWS_SDK_VERSION : " 1.11.492 "
25
25
AWS_SDK_PATH : " aws-sdk/awsi"
26
26
27
27
permissions :
Original file line number Diff line number Diff line change @@ -9,12 +9,14 @@ yarn install
9
9
set BIN_DEPENDENCIES=dependencies2019.0
10
10
ci\install-bin-deps.cmd
11
11
12
- set AWS_SDK_VERSION="1.11.367 "
12
+ set AWS_SDK_VERSION="1.11.492 "
13
13
ci\build-aws-sdk.cmd
14
14
15
15
ci\localization_prepare_binaries.cmd
16
16
17
+ set AWS_CRASH_UPLOAD_BUCKET_KEY=your_aws_bucket_key_for_memory_dumps
17
18
set INSTALL_PACKAGE_PATH="../desktop/node_modules/crash-handler"
19
+
18
20
cmake -B"build" -G"Visual Studio 17 2022" -A x64 -DDepsPath="%CD%\build\deps\%BIN_DEPENDENCIES%\win64" -DBOOST_ROOT="%CD%\build\deps\boost" -DCMAKE_INSTALL_PREFIX="%INSTALL_PACKAGE_PATH%"
19
21
cmake --build "build" --target install --config RelWithDebInfo
20
22
```
You can’t perform that action at this time.
0 commit comments