mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
add DEV7 v1.20a variant to game_engine_DEV7.3.sg
This commit is contained in:
parent
11169a42e9
commit
07ea62d719
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ function detect() {
|
|||
} else if (PE.getVersionStringInfo("ProductName") == "Loader 7 v1.10a") {
|
||||
sVersion = "1.10a";
|
||||
bDetected = true;
|
||||
} else if (PE.getVersionStringInfo("ProductName") == "Loader 7 v1.20a") {
|
||||
sVersion = "1.20a";
|
||||
bDetected = true;
|
||||
} else if (PE.getVersionStringInfo("ProductName") == "Dev7 VM v1.30a") {
|
||||
sVersion = "1.30a";
|
||||
sOptions = "Антошка 3";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue