We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bceb45 commit c57a541Copy full SHA for c57a541
build.sh
@@ -26,8 +26,7 @@ echo "Add Version to buld files"
26
echo "$tag" > dist/funscript-editor/funscript_editor/VERSION.txt
27
28
echo "Copy Application Documentation"
29
-mkdir -p dist/funscript-editor/funscript_editor/docs/
30
-cp -rf docs/app/site/ dist/funscript-editor/funscript_editor/docs/
+cp -rf docs/app/site dist/funscript-editor/funscript_editor/docs
31
32
echo "Create Archive"
33
tar -zcvf dist/funscript-editor-${tag}.tar.gz dist/funscript-editor
0 commit comments