Open
Description
NWJS Version : 0.35.5 SDK
Operating System : Windows 7 (64-bit)
Expected behavior
It creates a payload.json for signed files
Actual behavior
It crashes immediately
How to reproduce
run payload.exe anywhere.
Additional notes
I went through the source code and from the beginning, it fails to load in base/location.h because of a header file missing: base/debug/debugging_buildflags.h. After looking at similar issues from the Brave browser, it seems that a gn file is not configured correctly.