node-deb icon indicating copy to clipboard operation
node-deb copied to clipboard

Entry file is not marked as executable.

Open bogusfocused opened this issue 7 years ago • 2 comments

I use

"node_deb": { "entrypoints": { "daemon": "server.js " } }

server.js is not marked executable and so install fails.

bogusfocused avatar Jul 11 '17 22:07 bogusfocused

Yeah, I mean that'd be a nicety to have it auto change it. I already do a lot of messing around with the files, but I think I could add a chmod +x to node-deb to fix that. I'm trying to not meddle too much with people's files and hope they know to do some of these things. I'll think about this one.

heartsucker avatar Jul 12 '17 07:07 heartsucker

This is especially true for windows users like me!

bogusfocused avatar Jul 13 '17 11:07 bogusfocused