You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
I am trying to package an exe to execute via child_process but I cant seem to locate the file during runtime. I cant run child_process.exec or I get a not found error and If I try to copy the file to the main filesystem I get an error like so:
(node:6256) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, copyfile 'C:\snapshot\MyApp\out\dist\notepad.exe' -> 'C:\Users\Administrator\Desktop\MyApp.exe/notepad.exe'
Is it possible to bundle an exe asset to be executed like so? Does someone have an example of this working?
The text was updated successfully, but these errors were encountered:
I am trying to package an exe to execute via
child_process
but I cant seem to locate the file during runtime. I cant runchild_process.exec
or I get a not found error and If I try to copy the file to the main filesystem I get an error like so:Is it possible to bundle an exe asset to be executed like so? Does someone have an example of this working?
The text was updated successfully, but these errors were encountered: