-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: update build config for signing binaries
This commit updates the build configuration in the `build.js` file to include the signing of binaries for the macOS target. It adds a new function `binaries` that reads all files from the `electron/bins` directory and maps each file name to the path inside the `.app` bundle. The function is then used in the `mac` target configuration to include the binaries for signing. This change ensures that the binaries are properly signed during the build process.
- Loading branch information
1 parent
61b87df
commit a8049f0
Showing
1 changed file
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters