electron / forge

:electron: A complete tool for building and publishing Electron applications
https://electronforge.io
MIT License
6.49k stars 520 forks source link

The "out" option does not works #211

Closed debelop13 closed 7 years ago

debelop13 commented 7 years ago

Hello!

Is working If I do this: ember electron:package --platform=darwin --out=electron-out/pack

But using electron-forge, not:

'electronPackagerConfig': { appCategoryType: 'public.app-category.productivity', name: 'Install', platform: [ "darwin", "win32" ], arch: "x64", asar: false, out: "electron-out/pack", overwirte: true, overwrite: true, icon: 'public/assets/build/packed' },

Thanks!

MarshallOfSound commented 7 years ago

Ember Electron has a specific API option to override electron-forge out directory, our CLI does not expose this option.

See https://docs.electronforge.io/