Skip to content

Commit

Permalink
Update screenshot location to builddir/files/share/app-info/media
Browse files Browse the repository at this point in the history
The location was changed in the libappstream port of flatpak-builder

flatpak/flatpak-builder@411da75
  • Loading branch information
bbhtt committed Dec 11, 2023
1 parent a5d72cf commit 609aa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flatpak-builder/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ const build = async (manifest, manifestPath, cacheHitKey, config) => {
`--repo=${config.localRepoName}`,
'--canonical-permissions',
`--branch=screenshots/${config.arch}`,
`${config.buildDir}/screenshots`
`${config.buildDir}/files/share/app-info/media`
]

if (config.verbose) {
Expand Down

0 comments on commit 609aa12

Please sign in to comment.