autoupdater frame icon

This commit is contained in:
rusefillc 2022-11-26 09:29:16 -05:00
parent e008912f73
commit fae32b6bb2
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ jar {
archivesBaseName = 'rusefi_autoupdate'
destinationDir = file("$rootDir/../java_console_binary")
// lame 'shadowJar' manual implementation causes logo.png to be include both as source ans outputs? weird
duplicatesStrategy = DuplicatesStrategy.WARN
from project.sourceSets.main.allSource
from project(':core_ui').sourceSets.main.output
from project(":core_io").sourceSets.main.output