Rename FREEDV_GUI_FOLDER to FREEDV_GUI.

pull/231/head
Mooneer Salem 2022-04-25 01:27:53 -07:00
parent 4d594428fc
commit e1f90c9c4e
1 changed files with 2 additions and 2 deletions

View File

@ -18,14 +18,14 @@ docker container run hello-world
Building is only required once, or if you modify the docker scripts
```
cd $FREEDV_GUI_FOLDER/docker
cd $FREEDV_GUI/docker
docker-compose -f docker-compose-win.yml build
```
## Running the docker image to build Windows installers
```
cd $FREEDV_GUI_FOLDER/docker
cd $FREEDV_GUI/docker
./freedv_build_windows.sh 64
./freedv_build_windows.sh 32
```