2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00

android: update signature check

This commit is contained in:
Velaron 2021-04-04 21:53:53 +03:00 committed by Alibek Omarov #SupportRMS
parent 59ef64c821
commit 155e766276

View File

@ -516,8 +516,11 @@ public class XashActivity extends Activity {
{
mMinWidth = 640;
mMinHeight = 300;
final String velaron_signature = "AtsVnfclsm6zLW/qxxPk970zgfA=";
final String sdlash_signature = "DMsE8f5hlR7211D8uehbFpbA0n8=";
if ( !checkCstrike( gamelibdir, "su.xash.cs16client", "AtsVnfclsm6zLW/qxxPk970zgfA=" ) && !checkCstrike( gamelibdir, "in.celest.xash3d.cs16client", null ) )
if ( !checkCstrike( gamelibdir, "su.xash.cs16client", velaron_signature ) && !checkCstrike( gamelibdir, "in.celest.xash3d.cs16client", sdlash_signature ) )
{
finish();
return false;