Skip to content

Commit

Permalink
chore: update @electron/osx-sign (#7736)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta authored Aug 19, 2023
1 parent 66bef0f commit 445b7f5
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-pugs-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-lib": patch
---

chore: updating @electron/osx-sign to latest version to handle preAutoEntitlements
2 changes: 1 addition & 1 deletion packages/app-builder-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"7zip-bin": "~5.1.1",
"@develar/schema-utils": "~2.6.5",
"@electron/notarize": "2.1.0",
"@electron/osx-sign": "1.0.4",
"@electron/osx-sign": "1.0.5",
"@electron/universal": "1.4.1",
"@malept/flatpak-bundler": "^0.4.0",
"@types/fs-extra": "9.0.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/app-builder-lib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ export function build(options: PackagerOptions & PublishOptions, packager: Packa

for (const newArtifact of newArtifacts) {
if (buildResult.artifactPaths.includes(newArtifact)) {
log.warn({ newArtifact }, "skipping publish of artifact, already published");
continue;
log.warn({ newArtifact }, "skipping publish of artifact, already published")
continue
}
buildResult.artifactPaths.push(newArtifact)
for (const publishConfiguration of publishConfigurations) {
Expand Down
19 changes: 17 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 445b7f5

Please sign in to comment.