fix flutter upgrade

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2022-10-23 19:52:30 +08:00
parent d48a94e530
commit 894fe69285
3 changed files with 38 additions and 29 deletions

View File

@@ -181,7 +181,7 @@ class _InstallPageState extends State<InstallPage> with WindowListener {
void install() {
btnEnabled.value = false;
showProgress.value = true;
String args = '--flutter';
String args = '';
if (startmenu.value) args += ' startmenu';
if (desktopicon.value) args += ' desktopicon';
bind.installInstallMe(options: args, path: controller.text);