Debof jar now runs the designer, this might change

This commit is contained in:
modmuss50 2016-04-15 21:54:43 +01:00
parent b06d89cf93
commit cdee0ddc06
No known key found for this signature in database
GPG key ID: 1838986A0F12E8EE
2 changed files with 8 additions and 0 deletions

View file

@ -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 {