Dr-NULL / CMD-Printer

A NPM module for print PDF in Windows
MIT License
3 stars 2 forks source link

fixed sumatra exe chmod #10

Closed hugodecasta closed 2 years ago

hugodecasta commented 2 years ago

Each sumatra executable where indexed with a non executable linux flag. This resulted in an EACCES error on WSL and WSL2 when spawing each .exe file.

Reindexing each file with git update-index --chmod=+x bin/sumatra.... fixed this issue.

Dr-NULL commented 2 years ago

I didn't tested this package in a WSL environment, and seeing that works in it is interesting. I'll test this pull request in WSL2 and merge this as soon my tests works correctly. Thanks for your contribution.