diff --git a/flatpak/build.gradle b/flatpak/build.gradle index f89698cea..546f37114 100644 --- a/flatpak/build.gradle +++ b/flatpak/build.gradle @@ -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