Skip to content

Commit

Permalink
- disable app signing step for macos and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
smahmed776 committed Nov 24, 2024
1 parent ec326e1 commit fadb60e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions electron-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ icon: ./public/favicon.ico
asar: true
asarUnpack:
- resources/**
afterSign: ./scripts/notarize.js
# Notarization is currently disabled as it requires Apple Developer credentials and incurs additional costs.
# afterSign: ./scripts/notarize.js
files:
- out/**/*

Expand Down Expand Up @@ -60,7 +61,8 @@ linux:

win:
icon: ./public/favicon.ico
sign: ./scripts/winSign.js
# Signing is currently disabled as it requires Apple Developer credentials and incurs additional costs.
# sign: ./scripts/winSign.js
target: nsis
extraMetadata:
main: out/main/index.js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "flojoy-studio",
"productName": "Flojoy Studio",
"description": "Joyful visual programming for Python",
"version": "0.4.2",
"version": "0.4.3",
"private": true,
"homepage": "./",
"author": "Jack Parmer <[email protected]>",
Expand Down

0 comments on commit fadb60e

Please sign in to comment.