Scripts: fix single build

This commit is contained in:
Pieter Vander Vennet 2025-06-17 13:25:13 +02:00
parent a2694a9d69
commit d7dbd3a908

View file

@ -38,7 +38,7 @@ fi
rm index.html
cp "$THEME.html" index.html
sed -i "s/input,/input: {index:\".\/index.html\", land: \".\/land.html\"}/" vite_single.config.js
sed -i "s/input,/input: {index:\".\/index.html\", land: \".\/land.html\"},/" vite_single.config.js
sed -i "s/\/\/ LAYOUT.ADD_CONFIG/layout.enableMoreQuests = false/" index_"$THEME".ts