diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-08-08 13:37:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-08 13:37:56 +0200 |
commit | 060c27a077321b2c88f00798dabc5d3baca4226b (patch) | |
tree | 63848c30e8f8ae95da8baa2c0fca79523c64cf20 /src-tauri/src/constants.rs | |
parent | 3362cd9b55021c1325fc573a90ee0be22497bdeb (diff) | |
parent | 3cab2a7852fdc4663c8c7f4df6a52b831e610e92 (diff) | |
download | FlightCore-060c27a077321b2c88f00798dabc5d3baca4226b.tar.gz FlightCore-060c27a077321b2c88f00798dabc5d3baca4226b.zip |
Merge branch 'main' into chore/bump-upload-artifact-actionchore/bump-upload-artifact-action
Diffstat (limited to 'src-tauri/src/constants.rs')
-rw-r--r-- | src-tauri/src/constants.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src-tauri/src/constants.rs b/src-tauri/src/constants.rs index 47eeef19..3ad2d6e8 100644 --- a/src-tauri/src/constants.rs +++ b/src-tauri/src/constants.rs @@ -26,6 +26,9 @@ pub const BLACKLISTED_MODS: [&str; 3] = [ "ebkr-r2modman", ]; +/// List of Thunderstoremods that have some specific install requirements that makes them different from standard mods +pub const MODS_WITH_SPECIAL_REQUIREMENTS: [&str; 1] = ["NanohmProtogen-VanillaPlus"]; + /// Order in which the sections for release notes should be displayed pub const SECTION_ORDER: [&str; 11] = [ "feat", "fix", "docs", "style", "refactor", "build", "test", "i18n", "ci", "chore", "other", |