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 { class FlutterEmbedderOptions {
public: public:
FlutterEmbedderOptions() { FlutterEmbedderOptions() {
options_.AddString("bundle", "b", "Path to Flutter app bundle", "./bundle", options_.AddString("bundle", "b", "Path to Flutter app bundle", "./",
true); false);
options_.AddWithoutValue("no-cursor", "n", "No mouse cursor/pointer", options_.AddWithoutValue("no-cursor", "n", "No mouse cursor/pointer",
false); false);
#if defined(FLUTTER_TARGET_BACKEND_GBM) || \ #if defined(FLUTTER_TARGET_BACKEND_GBM) || \