Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xfqwdsj committed Apr 26, 2024
1 parent f47a887 commit 7d39031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ tasks.register("releaseDesktopApp") {
group = "project build"
description = "Build the desktop release"

dependsOn("releaseDesktopAppArchive", "releaseDesktopAppUberJar")
dependsOn("releaseDesktopAppAndArchive", "releaseDesktopAppUberJar")

if (SystemEnvironment.isLinux) {
dependsOn("compose-app:packageReleaseDeb", "compose-app:packageReleaseRpm", "releaseDesktopUberJarApp")
Expand Down

0 comments on commit 7d39031

Please sign in to comment.