Skip to content

Commit a46db68

Browse files
author
arch
committed
update docs
1 parent 2a067f7 commit a46db68

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ echo -n "Get Version ... "
2222
tag="$(git tag | sed 's/* //g' | sort | tail -n 1)"
2323
echo "$tag"
2424

25-
echo "Add Version to buld files"
25+
echo "Add Version to build files"
2626
echo "$tag" > dist/funscript-editor/funscript_editor/VERSION.txt
2727

2828
echo "Copy Application Documentation"

docs/app/docs/user-guide/build.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,3 @@ Now you can run the program direct from source code with:
4545
conda activate funscript-editor
4646
python3 funscript-editor.py
4747
```
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`.
-2.75 KB
Loading

0 commit comments

Comments
 (0)