android: update signature check
This commit is contained in:
parent
59ef64c821
commit
155e766276
1 changed files with 4 additions and 1 deletions
|
@ -517,7 +517,10 @@ public class XashActivity extends Activity {
|
||||||
mMinWidth = 640;
|
mMinWidth = 640;
|
||||||
mMinHeight = 300;
|
mMinHeight = 300;
|
||||||
|
|
||||||
if ( !checkCstrike( gamelibdir, "su.xash.cs16client", "AtsVnfclsm6zLW/qxxPk970zgfA=" ) && !checkCstrike( gamelibdir, "in.celest.xash3d.cs16client", null ) )
|
final String velaron_signature = "AtsVnfclsm6zLW/qxxPk970zgfA=";
|
||||||
|
final String sdlash_signature = "DMsE8f5hlR7211D8uehbFpbA0n8=";
|
||||||
|
|
||||||
|
if ( !checkCstrike( gamelibdir, "su.xash.cs16client", velaron_signature ) && !checkCstrike( gamelibdir, "in.celest.xash3d.cs16client", sdlash_signature ) )
|
||||||
{
|
{
|
||||||
finish();
|
finish();
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue