Skip to content

Commit

Permalink
修改了路径问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wuao committed Oct 9, 2023
1 parent 018108f commit baee6e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static void buildFlutter() {
List<String> commend = new ArrayList<>();
commend.add("bash");
commend.add("-c");
commend.add("cd ../mexo_flutter_module && pwd && flutter clean && flutter pub get && flutter build aar");
commend.add("cd ../../mexo_flutter_module && pwd && flutter clean && flutter pub get && flutter build aar");
try {
ProcessUtils.exec(commend);
} catch (Exception e) {
Expand Down

0 comments on commit baee6e9

Please sign in to comment.