Skip to content

Commit

Permalink
flatpak-builder: Update path to the mirrored screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Feb 21, 2024
1 parent 43e92d2 commit 2379671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flatpak-builder/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,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
2 changes: 1 addition & 1 deletion flatpak-builder/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,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 2379671

Please sign in to comment.