megahertz / electron-simple-publisher

Simple way to publish releases for electron-simple-updater
MIT License
66 stars 25 forks source link

Path parameter doesn't seem to work #1

Closed giacgbj closed 7 years ago

giacgbj commented 7 years ago

package.json

{
  "directories": {
    "output": "dist/release"
  }
}
$ ./node_modules/.bin/publish 
ENOENT: no such file or directory, scandir '[OMISSIS]/dist/mac'

$ ./node_modules/.bin/publish -p dist/release/
ENOENT: no such file or directory, scandir '[OMISSIS]/dist/mac'

I expected it to scan the directory "dist/release/mac".

megahertz commented 7 years ago

I'll try to fix it in a few days

megahertz commented 7 years ago

Sorry for delay, I've had a huge deadline.