chore: migrate AV Tools to LocalToolBox
This commit is contained in:
@@ -23,7 +23,7 @@ if (source.version !== packageJson.version) {
|
||||
}
|
||||
|
||||
if (
|
||||
source.source?.repository !== 'https://git.add-ideas.de/zemion/av-tools' ||
|
||||
source.source?.repository !== 'https://git.add-ideas.de/lotobo/av-tools' ||
|
||||
source.source?.license !== 'GPL-3.0-or-later'
|
||||
) {
|
||||
throw new Error(
|
||||
|
||||
@@ -23,9 +23,9 @@ const zipEpoch = new Date(1980, 0, 1, 0, 0, 0);
|
||||
const maximumEntryBytes = 256 * 1024 * 1024;
|
||||
const maximumArchiveBytes = 2 * 1024 * 1024 * 1024;
|
||||
const applicationLicenseSpdx = 'GPL-3.0-or-later';
|
||||
const canonicalRepository = 'https://git.add-ideas.de/zemion/av-tools';
|
||||
const canonicalRepository = 'https://git.add-ideas.de/lotobo/av-tools';
|
||||
const canonicalPackageRepository =
|
||||
'git+https://git.add-ideas.de/zemion/av-tools.git';
|
||||
'git+https://git.add-ideas.de/lotobo/av-tools.git';
|
||||
const requiredNativeLegalFiles = [
|
||||
'LICENSES/native/FFmpeg-LICENSE.md',
|
||||
'LICENSES/native/FreeType-LICENSE.txt',
|
||||
|
||||
Reference in New Issue
Block a user