node.js - node webkit installer for a single user -


i have created software using nodejs , express, packaged , created executable using node-webkit. deliver file client. problem if client copy files , put on computer, can still use app. how create exe file using node-webkit 1 pc?

you can use physical address of computer

var expectedmacaddress = '',     currentsystemmacaddress = '';  if ( expectedmacaddress == currentsystemmacaddress ){     // continue running app } else {     // exit app. display limited license warning } 

Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -