mirror of
https://github.com/Mestima/ZomboidModsCopier.git
synced 2025-05-06 00:00:23 +00:00
bump new version
This commit is contained in:
parent
b4d2691e65
commit
a231eb993a
@ -8,7 +8,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group 'me.mestima'
|
group 'me.mestima'
|
||||||
version '1.0'
|
version '2.0'
|
||||||
mainClassName = 'me.mestima.zomboidmodscopier.ZomboidCopierKt'
|
mainClassName = 'me.mestima.zomboidmodscopier.ZomboidCopierKt'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
@ -9,7 +9,7 @@ class ZomboidCopier : Application() {
|
|||||||
override fun start(stage: Stage) {
|
override fun start(stage: Stage) {
|
||||||
val fxmlLoader = FXMLLoader(ZomboidCopier::class.java.getResource("main.fxml"))
|
val fxmlLoader = FXMLLoader(ZomboidCopier::class.java.getResource("main.fxml"))
|
||||||
val scene = Scene(fxmlLoader.load(), 483.0, 281.0)
|
val scene = Scene(fxmlLoader.load(), 483.0, 281.0)
|
||||||
stage.title = "Zomboid mods copier v1.0"
|
stage.title = "Zomboid mods copier v2.0"
|
||||||
stage.scene = scene
|
stage.scene = scene
|
||||||
stage.show()
|
stage.show()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user