-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update(core): added mac universal build (#1309)
* update(core): added mac universal build and updated release app names * Update release-builds.yml Signed-off-by: Harsh R <[email protected]> --------- Signed-off-by: Harsh R <[email protected]>
- Loading branch information
1 parent
6355326
commit eb63a05
Showing
4 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
eb63a05
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @fullstackninja864
I see you have worked on the mac compilation. I do the same for the raspberry pi on linux basis.
The basis for the desktop app is the cli. So I use the [defichain-4.1.1-aarch64-linux-gnu.tar.gz] instead the [defichain-4.1.1-x86_64-pc-linux-gnu.tar.gz] for my raspberry pi compilation. The same is for mac with arm or x64 processor.
I recognized a problem while using the "arch": ["x64", "arm64", "universal"] in package.json for electron-app. I don't think it uses the different cli versions for building the different electron-app versions. I think it must be selected from ../scripts/prebuild.js -> x64 cli for x64 desktop app and arm cli for arm desktop app.
How I can discus this with you, because I'm not so familiar to work on an fork an publish it on BirthdayResearch or my be you can assist me?
I have done changes for myself and they work as I guess, but they are locally stored.
I like to work together with you and help you to release the desktop app in future for all platforms.
I'm looking forward to get your response.
Martin
eb63a05
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Martin8617 , Thanks for reaching out and trying to fix this bug, Can you create PR for you changes, Our team will review it and merge if everything works as expected.
eb63a05
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @fullstackninja864
As you may have seen, I opened PR #1310 and #1311.
If you have any question please come back to me.