mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 21:35:42 +00:00
* Verify installer SHA256 after download The Windows installer was downloading and launching new installer updates without verifying the SHA256 hash, which could allow a corrupted or tampered installer to run. This adds SHA256 verification after download and before launching the new installer. - Add expectedSha parameter to DownloadAndLaunchNewInstaller - Compute SHA256 of downloaded file and compare to manifest value - Delete the file and fail if SHA doesn't match - Log verification success on match 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Remove accidentally committed node_modules cache files * Add node_modules to .gitignore --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
42 lines
635 B
Plaintext
42 lines
635 B
Plaintext
opensource_noEdits/
|
|
*.o
|
|
*.a
|
|
*.lib
|
|
*.dSYM/
|
|
*.bundle/
|
|
.DS_Store
|
|
xcuserdata/
|
|
.codelite/
|
|
Makefile
|
|
Release/
|
|
Debug/
|
|
CMakeLists.txt
|
|
clients/unity/eagle0/Assets/Plugins/Grpc.Core/runtimes/ios.meta
|
|
.idea
|
|
target/
|
|
lib_managed/
|
|
src_managed/
|
|
project/boot/
|
|
project/plugins/project/
|
|
project/target/
|
|
bazel-bin
|
|
bazel-eagle0*
|
|
bazel-out
|
|
bazel-testlogs
|
|
.ijwb
|
|
.clwb
|
|
buildWin.sh
|
|
*.psd
|
|
.vscode/
|
|
.lldbinit
|
|
__pycache__/
|
|
scripts/refresh_name_layers/vendor/
|
|
scripts/refresh_name_layers/refresh_name_layers.zip
|
|
.bazelbsp
|
|
.bsp
|
|
.metals
|
|
api_keys.txt
|
|
|
|
src/main/csharp/net/eagle0/clients/unity/eagle0/ProjectSettings/Packages/com.unity.dedicated-server/
|
|
node_modules/
|