Update keygen.js
This commit is contained in:
parent
372e20209d
commit
df7688aaea
1 changed files with 9 additions and 7 deletions
|
|
@ -19,7 +19,7 @@ const license = {
|
|||
issued_on: '2025-07-20 00:00:00',
|
||||
owner: 'auth',
|
||||
product_id: 'IDAPRO',
|
||||
product_version: '9.2',
|
||||
product_version: '9.3',
|
||||
add_ons: [],
|
||||
features: [],
|
||||
}
|
||||
|
|
@ -28,11 +28,13 @@ const license = {
|
|||
};
|
||||
|
||||
function addons(license) {
|
||||
var addons = [ //update as needed
|
||||
var addons = [ //update as needed, doesnt include cloud addons
|
||||
'LUMINA', 'TEAMS',
|
||||
'HEXX86', 'HEXX64', 'HEXARM', 'HEXARM64',
|
||||
'HEXMIPS', 'HEXMIPS64', 'HEXPPC', 'HEXPPC64',
|
||||
'HEXRV', 'HEXRV64', 'HEXARC', 'HEXARC64'
|
||||
'HEXRV', 'HEXRV64', 'HEXARC', 'HEXARC64',
|
||||
'HEXV850'
|
||||
|
||||
];
|
||||
|
||||
addons.forEach((addon, i) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue