Skip to content

Commit 65ce14c

Browse files
committed
update readme
1 parent 1504581 commit 65ce14c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Windows (CMD):
99

1010
```
1111
python -m venv .venv
12-
call .venv/Scripts/activate
12+
call .venv\Scripts\activate
1313
```
1414

1515
macOS/Linux (Bash):
@@ -36,7 +36,7 @@ If you want to straight build SFZBuilder, you have to run `update_ui_files.sh` f
3636
To make a build for Windows/macOS/Linux, run:
3737

3838
```
39-
pyinstaller ./src/main.py --name=sfzbuilder
39+
pyinstaller ./src/main.py --name=sfzbuilder --clean
4040
```
4141

4242
and then run the bash script `build.sh` to move the required files to run it normally.

0 commit comments

Comments
 (0)