ingSlonik / native-webview

Node implementation for native webview of macOS, Windows and Linux.
3 stars 1 forks source link

Want to support custom executable file paths #1

Open Cloud370 opened 2 years ago

Cloud370 commented 2 years ago

For example, in pkg, I need to copy executable files and static resources to a temp directory before I can execute them.

ingSlonik commented 2 years ago

At this moment, I am working on a more general solution. I would like to make compiling application with native-webview that will be more user friendly to all os and architectures. I am dealing with these problems for every platform separetly. For now I suggest to use nexe to compile app to executable file.

P.S.: If you have done solution with pkg, can you send me the solution? Maybe it will help me with my improvements.

Cloud370 commented 2 years ago

The pkg file system is special