diff options
Diffstat (limited to 'bin/build.sh')
| -rwxr-xr-x | bin/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build.sh b/bin/build.sh index df7ca53c..badb8f97 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -3,4 +3,4 @@ DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) to-fir $1 (cd generated; $DIR/fir2flo.sh $1) -(cd generated; $DIR/flo-app $1) +(cd generated; $DIR/flo2app $1) |
