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

Releasing for Linux #36

Closed
officert opened this issue Dec 7, 2015 · 2 comments
Closed

Releasing for Linux #36

officert opened this issue Dec 7, 2015 · 2 comments
Assignees

Comments

@officert
Copy link
Owner

officert commented Dec 7, 2015

Need to get packaging working for Linux. Currently we use the electron-packager module to package the app into executables.

In gulp.js is a gulp task called release. This uses the electron-packager module to package the app into executables for OSX, Windows and Linux. Currently it only supports releasing for OSX.

When you switch the platform : all and arch : all` flags, you get an error when releasing for Windows.

electronPackager({
dir: '.',
name: appConfig.name,
out: appConfig.releasePath,
// platform: 'all',
// arch: 'all',
platform: 'darwin',
arch: 'x64',
version: '0.35.0',
ignore: RELEASE_IGNORE_PKGS.map((ignore) => {
return '/node_modules/' + ignore + '($|/)';
}),
icon: RELEASE_IMAGE_ICON,
appPath: 'build/browser/main.js',
force: true
}, next);

@jojobyte
Copy link
Collaborator

Closed by #42

@officert
Copy link
Owner Author

Yup here you go : https://github.com/officert/mongotron/releases

On Fri, Apr 22, 2016 at 3:36 PM, Aaron Adams notifications@github.com
wrote:

Is there a release that works on OSX?


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#36 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants