Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: release v0.4.3 #1193

Merged
merged 1 commit into from
Nov 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 Azure 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
Loading