electron-archive / grunt-electron-installer

Grunt plugin to build Windows installers for Electron apps
MIT License
398 stars 106 forks source link

Issue finding LICENSE file #117

Open jsloyer opened 8 years ago

jsloyer commented 8 years ago

I am trying to use this to create a package and getting the following error, any ideas?

File not found: 'LICENSE'.

appfolder

kevinmartin commented 8 years ago

Does the license have a .txt (or other) extension? It shouldn't have any extensions.

jsloyer commented 8 years ago

It looks like the file had a .txt extension on it, it also looks like the grunt task is looking for it in the app root, mApp instead of myapp/resources/app