Skip to content

Commit ddd7a5b

Browse files
author
arch
committed
add missing lua lib folder for json
1 parent db26963 commit ddd7a5b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

contrib/OpenFunscripter/openfunscripter_setup_linux.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ cp -fv "$OFS_EXTENSION_DIR/MTFG/Python-Funscript-Editor/contrib/Installer/assets
125125
cp -fv "$OFS_EXTENSION_DIR/MTFG/Python-Funscript-Editor/contrib/Installer/assets/json.lua" \
126126
"$OFS_EXTENSION_DIR/MTFG/json.lua"
127127

128+
mkdir -p "$OFS_EXTENSION_DIR/MTFG/json"
129+
130+
cp -fv "$OFS_EXTENSION_DIR/MTFG/Python-Funscript-Editor/contrib/Installer/assets/json.lua" \
131+
"$OFS_EXTENSION_DIR/MTFG/json/lua.lua"
132+
128133
popd
129134

130135
if [ ! -e ~/.local/bin/OpenFunscripter ]; then

0 commit comments

Comments
 (0)