hiby_patcher: Tweak the fix needed to work around v1.31 AGPtek Rockers.
Change-Id: I6b8d175e0f6018281aedfa774488daecea1bc816
This commit is contained in:
parent
707f77c6a7
commit
fe10830384
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ if ($hiby) {
|
||||||
open UPDATEO, ">$versionname.new" || die ("Can't open version.txt!");
|
open UPDATEO, ">$versionname.new" || die ("Can't open version.txt!");
|
||||||
|
|
||||||
while (<UPDATE>) {
|
while (<UPDATE>) {
|
||||||
s/ver=1\.0\.0\.0/ver=2018-10-07T00:00:00+08:00/;
|
s/ver=1\.0\.0\.0/ver=ver=2018-10-07T00:00:00+08:00/;
|
||||||
print UPDATEO;
|
print UPDATEO;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue