wojtkowiak / meteor-desktop

Build a Meteor's desktop client with hot code push.
MIT License
448 stars 84 forks source link

How to Publish to Mac App Store? #211

Open msavin opened 5 years ago

msavin commented 5 years ago

I’m looking at the documentation between this package and Electron, and am having trouble lining the two up. Are there any guides or pointers on how to get it working?

wojtkowiak commented 5 years ago

Basically meteor-desktop is tightly integrated with electron-builder so you need to check:

https://www.electron.build/configuration/configuration https://medium.com/@jondot/shipping-electron-apps-to-mac-app-store-with-electron-builder-e960d46148ec

You have electron-builder settings in builderOptions field in your .desktop/settings.json.

I was not publishing anything yet to app store so I can not help with any experience.

Also https://github.com/wojtkowiak/meteor-desktop/issues/127

wojtkowiak commented 5 years ago

Let me know if you encounter anything that seems to be problematic/impossible on meteor-desktop side preventing you from doing it. Will make changes if necessary.

msavin commented 5 years ago

@wojtkowiak could I hire you for an hour to help me figure this out 😁 I can make a tutorial after as well

wojtkowiak commented 5 years ago

Reach me on bartosz@wojtkowiak.it Let me know what you need assistance with as like I said I have zero experience with app store so I do not want to waste your time ;)