ThatBean

Results 6 comments of ThatBean

Thanks for reporting this! In our internal usage there do have a snippet for resetting the permission, like this: ```js const { chmodSync } = require('fs') const { join }...

Sorry for the long delay! After checking some package like: https://github.com/sindresorhus/open. It seems reasonable to pack executable with `0o755` permission directly into `.tgz`. The `npm pack` is now forbidden to...

Haven't used `electron-builder` yet. (the doc is quite long though) Can you run the example and get a working Electron package? --- --- --- The idea of the example is...

Recent update for darwin platform is tracked in this issue: https://github.com/mockingbot/electron-color-picker/issues/6

The repo is at [mockingbot/mb_colorpicker_desktop_native](https://github.com/mockingbot/mb_colorpicker_desktop_native), and the code kept minimal to just do the job. If more additional features is needed and bloat is OK, you may check the previous...

That's a problem we did not fully solve, it'll be great if you can work it out. In our use case, mainly it's for getting color from browser. But last...