File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/com/durhack/sharpshot/gui Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1212 <properties >
1313 <maven .compiler.target>1.11</maven .compiler.target>
1414 <maven .compiler.source>1.11</maven .compiler.source>
15- <kotlin .version>1.3.21 </kotlin .version>
15+ <kotlin .version>1.3.31 </kotlin .version>
1616 </properties >
1717
1818 <dependencies >
121121 <transformers >
122122 <transformer
123123 implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
124- <mainClass >com.durhack.sharpshot.gui.Program </mainClass >
124+ <mainClass >com.durhack.sharpshot.MainKt </mainClass >
125125 </transformer >
126126 </transformers >
127127 </configuration >
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import tornadofx.*
66class MainApp : App (MainView : :class){
77 override fun start (stage : Stage ) {
88 super .start(stage)
9+ stage.title = " Sharpshot v0.4"
910 stage.width = 1280.0
1011 stage.height = 720.0
1112 stage.centerOnScreen()
You can’t perform that action at this time.
0 commit comments