update final terminator for gct files

This commit is contained in:
Matteias Collet 2021-01-15 00:39:49 +01:00 committed by GitHub
parent e8093f5dc5
commit 8554ad951c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ export default {
generateGCT(codes, version) {
let code = '00D0C0DE00D0C0DE';
codes.forEach((c) => (code += c.source));
code += 'FF00000000000000';
code += 'F000000000000000';
let rawData = new Uint8Array(code.length / 2);