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
+2 -2
View File
@@ -98,7 +98,7 @@ class BuildableELinuxApp extends ELinuxApp {
return globals.fs.path.join(
'build/elinux/',
targetArch,
getNameForBuildMode(buildMode),
buildMode.cliName,
'bundle',
binaryName,
);
@@ -109,7 +109,7 @@ class BuildableELinuxApp extends ELinuxApp {
return globals.fs.path.join(
'build/elinux/',
targetArch,
getNameForBuildMode(buildMode),
buildMode.cliName,
'bundle',
);
}