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

Arm64 now builds locally from source #3093

Merged

Conversation

yougotwill
Copy link
Collaborator

We still have an issue with building on ci.
See #3058

we still have an issue with building on ci
@@ -29,7 +29,7 @@ exports.default = async function notarizing(context) {
}

const options = {
appBundleId: 'org.getsession.desktop',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this a required change? I am not sure I want to touch the notarizing logic,

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So the thing is our appId in the package.json is this already. The other platforms also use this id. This script is the outlier. I have confirmed it doesn't break anything on mac.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually we might be able to remove this entirely since it is no longer used https://www.electron.build/configuration/mac.html#notarizelegacyoptions

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well it's on the legacy list of options which doesn't mean it's not used. We want still be on the legacy options for other things, but ok.

@Bilb
Copy link
Collaborator

Bilb commented May 16, 2024

lgtrm

@Bilb Bilb merged commit 71436ea into oxen-io:unstable May 16, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants