flutter/dev/tools/envsetup.sh
Armand 285e5f4db4
Some checks reported errors
firka/flutter/pipeline/head Something is wrong with the build of this commit
Add build scripts
2025-07-17 10:05:41 +00:00

8 lines
174 B
Bash
Executable File

#!/bin/bash
ET_P=$(pwd)/engine/src/flutter/bin/
echo "Adding $ET_P to path"
PATH=$PATH:$ET_P
echo "Writing flutter root path to ~/.flutter_path"
echo $PWD > ~/.flutter_path