🔒 Implement build artifact hash verification

This commit is contained in:
Danny Morabito 2025-02-24 23:30:18 +01:00
parent 0c43dc5a76
commit 25b3972f8b
Signed by: dannym
GPG key ID: 7CC8056A5A04557E
2 changed files with 31 additions and 3 deletions

2
.gitignore vendored
View file

@ -6,6 +6,8 @@ node_modules
dist
out
extras
# we are using bun, the package-json only exists after running the macos build
package-json.lock
# Editor directories and files
.vscode/*