mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2024-11-17 19:31:00 +02:00
initialize options in CLI
This commit is contained in:
parent
0b94791ee1
commit
947fd48f38
@ -212,6 +212,8 @@ void CLI::print_product_key(char *pk) {
|
||||
}
|
||||
|
||||
CLI::CLI(Options options, json keys) {
|
||||
this->options = options;
|
||||
|
||||
BINKID = options.binkid.c_str();
|
||||
|
||||
// We cannot produce a valid key without knowing the private key k. The reason for this is that
|
||||
|
Loading…
Reference in New Issue
Block a user