Skip to content

Commit

Permalink
Bundle icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Schnick committed Nov 24, 2020
1 parent de76067 commit f466a80
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'org.openjfx.javafxplugin' version '0.0.9'
}

setVersion '2.0-beta1'
setVersion '2.0-beta2'

if (!System.getProperty("java.runtime.name").contains("OpenJDK")) {
println "OpenJDK is required!"
Expand Down Expand Up @@ -178,7 +178,12 @@ createRuntimeImage.dependsOn([copyModules, copyOutput])
createRuntimeImage {
outputDirectory = file("$buildDir/image")
modulePath = [file("$buildDir/modules")]
modules = ['com.crschnick.pdx_unlimiter.app', 'org.slf4j', 'org.slf4j.simple', 'jdk.crypto.ec']
modules = [
'com.crschnick.pdx_unlimiter.app',
'org.slf4j',
'org.slf4j.simple',
'jdk.crypto.ec',
'org.kordamp.ikonli.materialdesign']
excludedResources = []
launcher {
name = 'pdxu'
Expand Down

0 comments on commit f466a80

Please sign in to comment.