Skip to content

Commit

Permalink
add shapeshift to convertDirs
Browse files Browse the repository at this point in the history
  • Loading branch information
khbsd committed Aug 20, 2024
1 parent a4ca948 commit 80f998d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support_files/lslib_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const converterAppDll = ['ConverterApp.dll'];
const illegalDlls = [].concat(elasticDlls, storyCompilerDlls, converterAppDll);

// the list of directories that need lsx > lsf conversion
const convertDirs = ["[PAK]_UI", "[PAK]_Armor", "RootTemplates", "MultiEffectInfos", "Assets", "UI", "Effects", "LevelMapValues", "Localization"];
const convertDirs = ["[PAK]_UI", "[PAK]_Armor", "[PAK]_Effects", "RootTemplates", "MultiEffectInfos", "Assets", "UI", "Effects", "LevelMapValues", "Localization", "Shapeshift"];

// excluding this because it will match to "UI" in convertDirs
const illegalFiles = ["Icons_Items.lsx"];
Expand Down

0 comments on commit 80f998d

Please sign in to comment.