Skip to content

Commit

Permalink
Add latest CK3 game folder to whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
bcssov committed Oct 1, 2024
1 parent 9234274 commit f2b8f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 : 07-19-2024
// Last Modified On : 10-01-2024
// ***********************************************************************
// <copyright file="Constants.cs" company="Mario">
// Mario
Expand Down Expand Up @@ -272,7 +272,7 @@ public static class CrusaderKings3
public static readonly string[] GameFolders =
[
"common", "content_source", "data_binding", "dlc", "dlc_metadata", "events", "fonts", "gfx", "gui", "history", "licenses", "localization", "map_data", "music", "notifications", "sound", "tests", "tools",
"tweakergui_assets"
"tweakergui_assets", "reader_export"
];

/// <summary>
Expand Down

0 comments on commit f2b8f0e

Please sign in to comment.