release: update for flutter 3.13.0 (#203)
Signed-off-by: Hidenori Matsubayashi <[email protected]>
This commit is contained in:
@@ -149,6 +149,6 @@ class BuildPackageCommand extends BuildSubCommand
|
||||
|
||||
String _getCurrentHostPlatformArchName() {
|
||||
final HostPlatform hostPlatform = getCurrentHostPlatform();
|
||||
return getNameForHostPlatformArch(hostPlatform);
|
||||
return hostPlatform.platformName;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,6 +29,6 @@ class ELinuxRunCommand extends RunCommand
|
||||
|
||||
String _getCurrentHostPlatformArchName() {
|
||||
final HostPlatform hostPlatform = getCurrentHostPlatform();
|
||||
return getNameForHostPlatformArch(hostPlatform);
|
||||
return hostPlatform.platformName;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user