Change the default value of runner (bundle path) (#36)

Changed the default value of runner's command line option for bundle path.
This commit is contained in:
Hidenori Matsubayashi
2021-08-02 11:32:31 +09:00
committed by GitHub
parent f90086f143
commit c3ebc51c0f
@@ -14,8 +14,8 @@
class FlutterEmbedderOptions {
public:
FlutterEmbedderOptions() {
options_.AddString("bundle", "b", "Path to Flutter app bundle", "./bundle",
true);
options_.AddString("bundle", "b", "Path to Flutter app bundle", "./",
false);
options_.AddWithoutValue("no-cursor", "n", "No mouse cursor/pointer",
false);
#if defined(FLUTTER_TARGET_BACKEND_GBM) || \