File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22cd " $( dirname " $0 " ) " || exit 1
33cd build || exit 1
4- make -j$( nproc)
4+ make -j" $( nproc) "
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ cmake \
1414
1515cd ..
1616
17- git config submodule.libs/miniz.ignore all
18- git config submodule.libs/libbacktrace.ignore all
19-
2017./build.sh
2118
2219# clangd complain
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ struct ExecutableNames {
113113 {3 , " tomb3.exe" },
114114 {4 , " tomb4.exe" },
115115 {5 , " PCTOMB5.EXE" },
116- {6 , " Launcher .exe" },
116+ {6 , " TombEngine .exe" },
117117 {7 , " tombub.exe" },
118118 {8 , " tomb2.EXE" },
119119 {9 , " tr3gold.exe" },
Original file line number Diff line number Diff line change @@ -66,7 +66,11 @@ struct StaticTrees {
6666 " DATA" ,
6767 }),
6868 },
69- QVector<GameFileTree*>{}, // [6] Placeholder (empty)
69+ QVector<GameFileTree*>{ // [6] TEN
70+ new GameFileTree (QStringList{
71+ " PLUGINS" ,
72+ }),
73+ },
7074 }}
7175 {}
7276 ~StaticTrees () {
You can’t perform that action at this time.
0 commit comments