Skip to content

Commit

Permalink
Missing vic 3 whitelisted folders, maybe fix #511
Browse files Browse the repository at this point in the history
  • Loading branch information
bcssov committed Jul 19, 2024
1 parent f77e055 commit db62804
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/IronyModManager.Shared/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Created : 01-17-2020
//
// Last Modified By : Mario
// Last Modified On : 06-19-2024
// Last Modified On : 07-19-2024
// ***********************************************************************
// <copyright file="Constants.cs" company="Mario">
// Mario
Expand Down Expand Up @@ -584,7 +584,7 @@ public static class Victoria3
/// <summary>
/// The checksum folders
/// </summary>
public static readonly string[] ChecksumFolders = { "common", "events", "map_data", "gui", "localization" };
public static readonly string[] ChecksumFolders = ["common", "events", "map_data", "gui", "localization"];

/// <summary>
/// The DLC container
Expand All @@ -595,9 +595,10 @@ public static class Victoria3
/// The game folders
/// </summary>
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"
];

/// <summary>
/// The launcher settings file name
Expand Down

0 comments on commit db62804

Please sign in to comment.