We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a067f7 commit a46db68Copy full SHA for a46db68
build.sh
@@ -22,7 +22,7 @@ echo -n "Get Version ... "
22
tag="$(git tag | sed 's/* //g' | sort | tail -n 1)"
23
echo "$tag"
24
25
-echo "Add Version to buld files"
+echo "Add Version to build files"
26
echo "$tag" > dist/funscript-editor/funscript_editor/VERSION.txt
27
28
echo "Copy Application Documentation"
docs/app/docs/user-guide/build.md
@@ -45,12 +45,3 @@ Now you can run the program direct from source code with:
45
conda activate funscript-editor
46
python3 funscript-editor.py
47
```
48
-
49
-Or you can build an executable from current code with:
50
51
-```bash
52
-conda activate funscript-editor
53
-./build.sh
54
-```
55
56
-This create the Ubuntu executable in `./dist`.
docs/app/docs/user-guide/images/ofs_integration_05.jpg
-2.75 KB
0 commit comments