release: update for flutter 3.13.0 (#203)
Signed-off-by: Hidenori Matsubayashi <[email protected]>
This commit is contained in:
@@ -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',
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user