new epapi r38 entrypoint calling convention

This commit is contained in:
Astra 2018-05-08 05:42:46 -04:00
parent 9e9e8bfcc2
commit e18bef6f01

View file

@ -41,6 +41,11 @@
// call their entrypoints
crispr.go();
electron.getCurrentWindow().webContents.on('dom-ready', () => epapi.go('crxpwn', 0, 1));
electron.getCurrentWindow().webContents.on('dom-ready', () => epapi.go({
name: 'EndPwn3',
version: '3.1',
method: 'crxpwn',
brand: true
}));
})();