From e21659220543bbf5872c540ae08a00325a6bde97 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Sun, 24 Aug 2025 14:08:00 +0800 Subject: [PATCH] fix(CI): reuse lint --- REUSE.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REUSE.toml b/REUSE.toml index 40ab69f..a0433f9 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -9,7 +9,7 @@ SPDX-FileCopyrightText = "None" SPDX-License-Identifier = "CC0-1.0" [[annotations]] -path = ["README**.md", "NEWS", "assets/**.rc", "assets/**.qrc", "dist/**"] +path = ["README**.md", "NEWS", "assets/**.rc.in", "assets/**.qrc", "dist/**"] precedence = "aggregate" SPDX-FileCopyrightText = "None" SPDX-License-Identifier = "CC0-1.0"