Skip to content

Commit

Permalink
fixed desktop app non-launch
Browse files Browse the repository at this point in the history
  • Loading branch information
trolley813 committed Nov 7, 2018
1 parent dcef8d8 commit ebf351f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ task debug(dependsOn: classes, type: JavaExec) {
}

task dist(type: Jar) {
from files(sourceSets.main.output.classesDir)
from files(sourceSets.main.output.classesDirs)
from files(sourceSets.main.output.resourcesDir)
from {configurations.compile.collect {zipTree(it)}}
from files(project.assetsDir);
Expand Down

0 comments on commit ebf351f

Please sign in to comment.