release: update for flutter 3.13.0 (#203)

Signed-off-by: Hidenori Matsubayashi <[email protected]>
This commit is contained in:
Hidenori Matsubayashi
2023-08-17 00:20:27 +00:00
committed by GitHub
parent a957327203
commit 4d747457cd
11 changed files with 73 additions and 26 deletions
+1 -1
View File
@@ -149,6 +149,6 @@ class BuildPackageCommand extends BuildSubCommand
String _getCurrentHostPlatformArchName() {
final HostPlatform hostPlatform = getCurrentHostPlatform();
return getNameForHostPlatformArch(hostPlatform);
return hostPlatform.platformName;
}
}
+1 -1
View File
@@ -29,6 +29,6 @@ class ELinuxRunCommand extends RunCommand
String _getCurrentHostPlatformArchName() {
final HostPlatform hostPlatform = getCurrentHostPlatform();
return getNameForHostPlatformArch(hostPlatform);
return hostPlatform.platformName;
}
}