forked from firka/flutter
Use .flutter-path in build_release.sh
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd engine/src/out/
|
||||
cd $(cat ~/.flutter_path)/engine/src/out/
|
||||
|
||||
et build -c ci/android_release -j $(nproc)
|
||||
et build -c host_release -j $(nproc)
|
||||
|
||||
Reference in New Issue
Block a user