File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ rmdir /Q /S "%APPDATA%\\OFS\\OFS_data\\extensions\\Funscript Generator Windows\\
66del " dist\\funscript-editor.zip" 2 > NUL
77del funscript-editor.spec 2 > NUL
88del " %APPDATA% \\OFS\\OFS_data\\extensions\\Funscript Generator Windows\\main.lua" 2 > NUL
9+ del " %APPDATA% \\OFS\\OFS_data\\extensions\\Funscript Generator Windows\\json.lua" 2 > NUL
910if not exist " %APPDATA% \\OFS\\OFS_data\\extensions\\Funscript Generator Windows" mkdir " %APPDATA% \\OFS\\OFS_data\\extensions\\Funscript Generator Windows"
1011cd docs/app
1112mkdocs build
@@ -15,3 +16,4 @@ move "docs\\app\\site" "dist\\funscript-editor\\funscript_editor\\docs"
1516copy /Y " funscript_editor\\VERSION.txt" " dist\\funscript-editor\\funscript_editor"
1617move " dist\\funscript-editor" " %APPDATA% \\OFS\\OFS_data\\extensions\\Funscript Generator Windows\\funscript-editor"
1718copy /Y " contrib\\Installer\\assets\\main.lua" " %APPDATA% \\OFS\\OFS_data\\extensions\\Funscript Generator Windows"
19+ copy /Y " contrib\\Installer\\assets\\json.lua" " %APPDATA% \\OFS\\OFS_data\\extensions\\Funscript Generator Windows"
You can’t perform that action at this time.
0 commit comments