https://github.com/osquery/osquery logo
Title
u

user

06/23/2022, 1:49 PM
Installation of Electronjs app with osquery I am new to electron and I want to build electron installer for all platform (mac, linux, windows, etc) which I am able to do. This electron app would use osquery to grab some information from the user system. So I want to install and run osquery, before installing my electon build in user machine. Tried -- I've tried including .sh file in extraFiles(build - package.json) which contain installation command and that file will be executed in electon/main js file. But I am unable to install...