mirror of
https://github.com/EndPwnArchive/endpwn3.2-lambda.git
synced 2024-08-14 23:49:56 +00:00
fix bootstrap to actually load
This commit is contained in:
parent
d342306a82
commit
eac40a0945
2 changed files with 9 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
2018-05-19;;Cλnergy {added marginTop}
|
||||
2018-05-19;;Cynergy {added marginTop}
|
||||
=====================
|
||||
|
||||
* **Welcome to Cynergy2!**
|
||||
|
|
|
@ -54,6 +54,13 @@ function evaluate(str, exportsR) {
|
|||
var epapi = krequire('epapi.js');
|
||||
|
||||
var properties = {
|
||||
name: "Cλnergy",
|
||||
version: "Σv3.1.1, λv1",
|
||||
method: "crxpwn-lambda",
|
||||
brand:false
|
||||
};
|
||||
|
||||
/*{
|
||||
name: 'EndPwn3',
|
||||
version: {
|
||||
major: 3,
|
||||
|
@ -65,7 +72,7 @@ function evaluate(str, exportsR) {
|
|||
},
|
||||
method: 'crxpwn',
|
||||
brand: true
|
||||
};
|
||||
};*/
|
||||
|
||||
// call their entrypoints
|
||||
crispr.go(properties);
|
||||
|
|
Loading…
Reference in a new issue