V
V
Vitaly2016-06-01 23:03:21
JavaScript
Vitaly, 2016-06-01 23:03:21

How to package node-webkit applications?

All the best! I made a simple application that uses 2 third-party node modules.
Wrote this case on os x. If everything is done in the project folder,
nodewebkit .
it starts and works fine.
Now I want to use this program on window 7 (32.64), I try to pack it with
nw-builder
nwbuild -p win32 my_app_dir , what it downloads there, then it does something, but then I get an error:

{ [Error: ENOENT: no such file or directory, lstat '/Users/scorpio/01/0.15.0/win32/ffmpegsumo.dll']
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/Users/scorpio/01/0.15.0/win32/ffmpegsumo.dll' }

How can I get an exe file to run on windows?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lion Golden, 2018-05-10
@nimayoleynik

Web2Executable

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question