update targetAbi 10.9.10

This commit is contained in:
Kilian von Pflugk 2024-08-25 19:12:24 +00:00 committed by GitHub
parent 3fff1ba7d0
commit 9c2e3c6449
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ const { URL } = require('url');
const repository = process.env.GITHUB_REPOSITORY;
const version = process.env.VERSION;
const targetAbi = "10.9.9.0";
const targetAbi = "10.9.10.0";
// Read manifest.json
const manifestPath = './manifest.json';