mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
use . to better distgunish STK's versions in signature
This commit is contained in:
parent
f8efd611f7
commit
a5583fdbd0
1 changed files with 2 additions and 2 deletions
|
|
@ -7,10 +7,10 @@ init("archive", "STK");
|
|||
|
||||
function detect() {
|
||||
if (Binary.compare("'STK2.0'")) { // STK2.0 found in executable (Loader7.exe/Dev7VM.EXE) but not in any Game yet.
|
||||
sVersion = "STK20";
|
||||
sVersion = "STK2.0";
|
||||
bDetected = true;
|
||||
} else if (Binary.compare("'STK2.1'")) {
|
||||
sVersion = "STK21";
|
||||
sVersion = "STK2.1";
|
||||
bDetected = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue