Fix Bug of Sign

This commit is contained in:
Linwenxuan 2023-10-08 09:08:43 +08:00
parent ed5009cee7
commit 836df7410e

View file

@ -14,7 +14,7 @@ internal class LinuxSigner : SignProvider
ver = null;
token = null;
if (!WhiteListCommand.Contains(cmd)) return null;
if (Available || string.IsNullOrEmpty(Url)) return new byte[20]; // Dummy signature
if (!Available || string.IsNullOrEmpty(Url)) return new byte[20]; // Dummy signature
try
{