Claudio Giordano

Results 5 comments of Claudio Giordano

@rlerdorf could you please merge this feature? It is very useful. Thanks.

I also found same bug, on some machine app name keeps original source folder name ignoring package.json / web2exe.json config or command line arguments but if you go to file...

We only need to create a file for every missing definition that export a definition like this: `Broadcast.d.ts` ```ts export namespace Broadcast { let sampleProperty: type; function methodSignature(arg1: type, arg2:...

@arfar it seems related to the electron sandbox security options, trying to run it with --no-sandbox it starts, if i remember correctly i had the same issue with rambox back...