diff options
| author | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-04-10 05:03:45 -0500 |
|---|---|---|
| committer | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-04-10 05:03:45 -0500 |
| commit | 01abc6994d9a477904af3fdf326ee2fc7163b3e1 (patch) | |
| tree | 12a33d5712002e3ebf180f4666c5a45ac688bf79 /CMakeLists.txt | |
| parent | 0b726b03d0d5c018004af438c8080f8d5ea7d432 (diff) | |
Add BethINI Pie tool plugin
Native IPluginTool that integrates BethINI Pie (performance INI editor)
into the Tools menu. Auto-downloads the latest Linux build from GitHub
releases, checks for updates via commit SHA, and pre-configures it for
the current game and profile INI directory.
Supports: Skyrim SE, Fallout 4, Fallout New Vegas, Starfield.
Includes post-extraction fixes for PyInstaller bundle quirks:
- Patches tm.tcl hardcoded Tcl module path
- Symlinks apps/icons/fonts from _internal/ to executable directory
- Sets TCL_LIBRARY/TK_LIBRARY env vars on launch
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8326e89..a0e4569 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -224,6 +224,7 @@ add_subdirectory(libs/diagnose_basic) add_subdirectory(libs/check_fnis) add_subdirectory(libs/tool_inibakery) add_subdirectory(libs/tool_inieditor) +add_subdirectory(libs/tool_bethinipie) if(BUILD_DOTNET_PLUGINS) if(WIN32 AND MSVC) add_subdirectory(libs/installer_fomod_csharp) |
