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:
@@ -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) || \
|
||||||
|
|||||||
Reference in New Issue
Block a user