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

add config file to read #17

Open
fuchao2012 opened this issue Sep 22, 2016 · 1 comment
Open

add config file to read #17

fuchao2012 opened this issue Sep 22, 2016 · 1 comment

Comments

@fuchao2012
Copy link

add a config file , used for repacking again

just like:

epi --file="epi.json"

epi.json

{
 ...
  version: '1.4.0',                                                                           
  out: '/path-to-project/angular2-electron/releases',                   
  'app-bundle-id': '',                                                                        
  'app-version': '',                                                                          
  overwrite: true,                                                                            
  asar: false,                                                                                
  icon: 'assets/icon.icns',                                                                   
  app_version: '0.0.1',                                                                       
  bundle_id: '',                                                                              
  appname: 'image-size-calculator',                                                           
  sourcedir: 'build',                                                                         
  ignore: '/path-to-project/angular2-electron/releases' } 
@vrunoa
Copy link
Member

vrunoa commented Dec 13, 2016

@fuchao2012 great idea. Care to drop a PR ? Otherwise i'll try to implement this myself. It may take some time.

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

No branches or pull requests

2 participants