From 12bb24e552be1d4e847710a8d7f10699233e5443 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 6 Feb 2024 13:13:12 -0600 Subject: [PATCH] fix: ambiguous icon filename --- src/config/ventoy.json | 2 +- src/icons/{windows.svg => windows-10.svg} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/icons/{windows.svg => windows-10.svg} (100%) diff --git a/src/config/ventoy.json b/src/config/ventoy.json index a619c84..ffffa99 100644 --- a/src/config/ventoy.json +++ b/src/config/ventoy.json @@ -127,7 +127,7 @@ }, { "key": "Win10", - "class": "windows" + "class": "windows-10" }, { "key": "xubuntu", diff --git a/src/icons/windows.svg b/src/icons/windows-10.svg similarity index 100% rename from src/icons/windows.svg rename to src/icons/windows-10.svg