mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-02-27 04:23:15 +00:00
Add support for 'dart' command in fvm wrapper script
This commit is contained in:
parent
9a30d3dff5
commit
ccf4482723
1 changed files with 4 additions and 0 deletions
|
|
@ -66,6 +66,10 @@
|
||||||
shift
|
shift
|
||||||
exec flutter "$@"
|
exec flutter "$@"
|
||||||
;;
|
;;
|
||||||
|
dart)
|
||||||
|
shift
|
||||||
|
exec dart "$@"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "fvm wrapper: command '$1' not implemented (using Nix-managed Flutter)" >&2
|
echo "fvm wrapper: command '$1' not implemented (using Nix-managed Flutter)" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue