Skip to content

Commit

Permalink
flatpak/build.gradle: remove --verbose from flatpak-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilck authored and hbitteur committed Dec 23, 2024
1 parent 717db9d commit 3174e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flatpak/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ task buildFlatpak (type: Exec) {

// All outputs are located under the 'build' directory for an easier cleanup
commandLine('flatpak-builder',
'--verbose',
// '--verbose',
// '--state-dir=build/.flatpak-builder', // option to define the state-storing directory
'--force-clean', // option to empty the output directory
'build', // relative path to the output directory to write
Expand Down

0 comments on commit 3174e02

Please sign in to comment.