build: fix mac build? :(

This commit is contained in:
Johannes Millan 2025-10-13 17:01:39 +02:00
parent de742207a7
commit f00f2a18c9
2 changed files with 6 additions and 2 deletions

View file

@ -8,6 +8,10 @@ files:
- '!electron/**/*.js.map'
- .tmp/angular-dist/**/*
- 'embedded.provisionprofile'
# Exclude Nx binaries - they're build tools, not runtime dependencies
- '!**/@nx/nx-darwin-*/**'
- '!**/@nx/nx-linux-*/**'
- '!**/@nx/nx-win32-*/**'
#afterSign: ./tools/notarizeMacApp.js
directories: