Skip to content

Commit

Permalink
build: Fix broken build due to Gradle shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Dec 24, 2024
1 parent 7314cc2 commit 1d52729
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/ikonli-browser/ikonli-browser.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,8 @@ jlink {
installerOptions += ['--mac-package-name', 'ikonli-browser']
}
}
}
}

afterEvaluate {
tasks.findByName('jpackageImage').dependsOn(tasks.findByName('jlinkZip'))
}

0 comments on commit 1d52729

Please sign in to comment.