Skip to content

Commit

Permalink
路径空格问题修复
Browse files Browse the repository at this point in the history
  • Loading branch information
ggdream committed Mar 20, 2022
1 parent 327745c commit e2b72f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/detail/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class DetailController extends GetxController {

try {
await Shell().run(
'$execPath -hide_banner -i "$vName" -i "$aName" -c copy -y "$dName"',
'"$execPath" -hide_banner -i "$vName" -i "$aName" -c copy -y "$dName"',
);
} catch (e) {
Toast.text(e.toString());
Expand Down

0 comments on commit e2b72f7

Please sign in to comment.