Skip to content

Commit

Permalink
Use tag 5.4-alpha-3 to build flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
hbitteur committed Jul 24, 2024
1 parent 8f49c0c commit 988233a
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 @@ -107,7 +107,7 @@ task genManifest {
binding.GRADLE_URL = "$gradleUrl"
binding.GRADLE_NAME = "$gradleName"
binding.GRADLE_SHA256 = wrapperProps.getProperty("distributionSha256Sum")
binding.TAG = '5.4-alpha-2'
binding.TAG = '5.4-alpha-3'
expand(binding)
}
into(flathubDir)
Expand Down

0 comments on commit 988233a

Please sign in to comment.