Debof jar now runs the designer, this might change
This commit is contained in:
parent
b06d89cf93
commit
cdee0ddc06
2 changed files with 8 additions and 0 deletions
|
@ -110,6 +110,7 @@ task deobfJar(type: Jar) {
|
|||
from sourceSets.main.output
|
||||
exclude "**/*.psd"
|
||||
classifier = 'dev'
|
||||
manifest { attributes 'Main-Class': 'techreborn.manual.designer.ManualDesigner' }
|
||||
}
|
||||
|
||||
jar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue