question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Send packaged app via Email

See original GitHub issue
  • I have read the contribution documentation for this project.
  • I agree to follow the code of conduct that this project follows, as appropriate.
  • I have searched the issue tracker for an issue that matches the one I want to file, without success.

Command line arguments

electron-packager . --overwrite myApp --platform=darwin --arch=x64

Just trying to figure out how to send this app via email… Gmail does not let me attach it. Thank you in advance!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
MarshallOfSoundcommented, Apr 5, 2017

@Bharwcb That error is because on newer version of macOS gatekeeper launches your app in a virtual read only file system area. So you can’t write to __dirname or app.getPath() or anything like that. All files should be written to os.tmpdir() or you get that error 👍

0reactions
maleptcommented, Apr 4, 2017

I’m not a macOS expert, but if I had to guess, it’s one of two things:

  • You’re trying to run an app directly from the email, instead of saving it somewhere first. I can’t imagine macOS lets you do that.
  • macOS sandboxing is preventing you from doing that.
Read more comments on GitHub >

github_iconTop Results From Across the Web

Email Send API & Integration for Apps, Websites | SparkPost
Fast, flexible email integration for websites or applications big and small. SMTP or REST API that works in the language of your choice....
Read more >
How to ship with the Desktop or Mailcenter Apps in SendPro ...
Watch this video to learn how to use the Desktop or Mailcenter Apps in SendPro Enterprise to create shipments.
Read more >
Tutorial: send email with Logic Apps - Azure App Service
In this tutorial, you send emails with Gmail from your App Service app by using Azure Logic Apps. There are other ways to...
Read more >
Informed Delivery - Mail & Package Notifications - USPS
Get notifications in a morning Daily Digest email, or at any time from the dashboard using your smartphone, computer, or USPS Mobile app....
Read more >
The 8 best email apps in 2022 - Zapier
The 8 best email clients · Windows Mail for the best free Windows email app · Mailbird for the best Windows email app...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found