Skip to content

Commit 26ebd6f

Browse files
committed
update aws sdk version
1 parent 98898be commit 26ebd6f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
RELEASE_BUCKET: "slobs-crash-handler"
2222
ELECTRON_VERSION: "v29.4.3"
2323
BIN_DEPENDENCIES: "dependencies2019.0"
24-
AWS_SDK_VERSION: "1.11.367"
24+
AWS_SDK_VERSION: "1.11.492"
2525
AWS_SDK_PATH: "aws-sdk/awsi"
2626

2727
permissions:

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ yarn install
99
set BIN_DEPENDENCIES=dependencies2019.0
1010
ci\install-bin-deps.cmd
1111
12-
set AWS_SDK_VERSION="1.11.367"
12+
set AWS_SDK_VERSION="1.11.492"
1313
ci\build-aws-sdk.cmd
1414
1515
ci\localization_prepare_binaries.cmd
1616
17+
set AWS_CRASH_UPLOAD_BUCKET_KEY=your_aws_bucket_key_for_memory_dumps
1718
set INSTALL_PACKAGE_PATH="../desktop/node_modules/crash-handler"
19+
1820
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%"
1921
cmake --build "build" --target install --config RelWithDebInfo
2022
```

0 commit comments

Comments
 (0)