windowjs / windowjs

Window.js is an open-source Javascript runtime for desktop graphics programming.

Home Page:https://windowjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sign the binaries to avoid malware warnings on Windows

joaodasilva opened this issue · comments

The prebuilt binaries are blocked by Windows and macOS by default, and the security checks must be bypassed manually by the user.

Figure how to sign the binaries for distribution to avoid these warnings.

Likewise, avoid the malware warning in Chrome when the binaries are downloaded.

v0.1.8 includes a signed binary for Windows.

Filed issue #31 to track this problem for macOS.