update targetAbi 10.9.11

This commit is contained in:
Kilian von Pflugk 2024-09-07 22:22:57 +00:00 committed by GitHub
parent 9d6ce7ed08
commit 155d9f8874
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.10.0";
const targetAbi = "10.9.11.0";
// Read manifest.json
const manifestPath = './manifest.json';