From be5d020a041610d078858d73a7b3d76fef58c966 Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:26:29 +0100 Subject: [PATCH] fix(ci): ignore patches --- .license-tools-config.json | 5 ++--- oem/install.bat | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.license-tools-config.json b/.license-tools-config.json index a7c368a..20e36f6 100644 --- a/.license-tools-config.json +++ b/.license-tools-config.json @@ -15,7 +15,7 @@ "flake.lock", "^\\.[^/]+", "/\\.[^/]+", - "^(.+)\\.(md|svg|png|reg|gif)", + "^(.+)\\.(md|svg|png|reg|gif|patch)", "^(fonts|WinApps-Launcher)(/.*)?", "apps/access/info", "apps/access-o365-x86/info", @@ -62,8 +62,7 @@ "apps/powerpoint-o365/info", "apps/publisher-o365/info", "apps/word-o365/info", - "install/inquirer.sh", - "oem/RDPApps.reg" + "install/inquirer.sh" ], "license": false, "force_author": false, diff --git a/oem/install.bat b/oem/install.bat index 87e0c67..3826f6f 100644 --- a/oem/install.bat +++ b/oem/install.bat @@ -1,5 +1,6 @@ @echo off REM Copyright (c) 2024 Oskar Manhart +REM Copyright (c) 2024 itiligent REM All rights reserved. REM REM SPDX-License-Identifier: AGPL-3.0-or-later