File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/kotlin/net/sneakysims/wallpapermaker/cli
wallpapermaker-common/src/commonMain/kotlin/net/sneakysims/wallpapermaker Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 application
44}
55
6- group = " net.sneakysims.floormaker "
6+ group = " net.sneakysims.wallpapermaker "
77
88repositories {
99 mavenCentral()
@@ -17,5 +17,5 @@ dependencies {
1717}
1818
1919application {
20- this .mainClass = " net.sneakysims.floormaker .cli.FloorMakerCLIKt "
20+ this .mainClass = " net.sneakysims.wallpapermaker .cli.WallpaperMakerCLIKt "
2121}
Original file line number Diff line number Diff line change 1- package net.sneakysims.floormaker .cli
1+ package net.sneakysims.wallpapermaker .cli
22
33import com.github.ajalt.clikt.core.CliktCommand
44import com.github.ajalt.clikt.core.Context
@@ -10,7 +10,7 @@ import com.github.ajalt.clikt.parameters.types.int
1010import net.perfectdreams.slippyimage.PaletteCreator
1111import net.perfectdreams.slippyimage.SlippyImage
1212import net.perfectdreams.slippyimage.convertToSlippyImage
13- import net.sneakysims.floormaker .WallpaperMaker
13+ import net.sneakysims.wallpapermaker .WallpaperMaker
1414import java.io.File
1515import javax.imageio.ImageIO
1616
Original file line number Diff line number Diff line change 1- package net.sneakysims.floormaker
1+ package net.sneakysims.wallpapermaker
22
33import net.perfectdreams.slippyimage.*
44import net.sneakysims.sneakylib.iff.*
You can’t perform that action at this time.
0 commit comments