diff --git a/src/IronyModManager.Shared/Constants.cs b/src/IronyModManager.Shared/Constants.cs index 687a677e..8d1bb0c7 100644 --- a/src/IronyModManager.Shared/Constants.cs +++ b/src/IronyModManager.Shared/Constants.cs @@ -4,7 +4,7 @@ // Created : 01-17-2020 // // Last Modified By : Mario -// Last Modified On : 06-19-2024 +// Last Modified On : 07-19-2024 // *********************************************************************** // // Mario @@ -584,7 +584,7 @@ public static class Victoria3 /// /// The checksum folders /// - public static readonly string[] ChecksumFolders = { "common", "events", "map_data", "gui", "localization" }; + public static readonly string[] ChecksumFolders = ["common", "events", "map_data", "gui", "localization"]; /// /// The DLC container @@ -595,9 +595,10 @@ public static class Victoria3 /// The game folders /// public static readonly string[] GameFolders = - { - "localization", "map_data", "music", "notifications", "sound", "soundtrack", "tools", "common", "content_source", "dlc", "events", "fonts", "gfx", "gui", "interface", "licenses" - }; + [ + "common", "content_source", "data_binding", "dlc", "dlc_metadata", "events", "fonts", "gfx", "gui", "input_profile", "interface", "licenses", "localization", "map_data", "music", "notifications", "sound", "soundtrack", + "tools" + ]; /// /// The launcher settings file name