Skip to content
Snippets Groups Projects
Commit d783d2f1 authored by Ryan Gonzalez's avatar Ryan Gonzalez
Browse files

Change the extension of bundles to .flatpak

Otherwise, `flatpak install` won't recognize them.
parent 0558df8a
No related branches found
No related tags found
1 merge request!14Add several features used for the reference runtime
......@@ -1681,7 +1681,7 @@ class Builder:
if self.export_bundles:
for suffix in ('.Platform', '.Sdk'):
bundle = '{}-{}-{}.bundle'.format(
bundle = '{}-{}-{}.flatpak'.format(
prefix + suffix,
','.join(self.dpkg_archs),
self.runtime_branch,
......@@ -2298,7 +2298,7 @@ class Builder:
subprocess.check_call(cmd)
if self.export_bundles:
bundle = '{}-{}-{}.bundle'.format(
bundle = '{}-{}-{}.flatpak'.format(
manifest['id'],
self.flatpak_arch,
manifest['branch'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment