refactor: migrate package structure from fr.ajaury.gwenedeg to bzh.ajaury.chombev
This commit is contained in:
@@ -17,11 +17,11 @@ dependencies {
|
||||
|
||||
compose.desktop {
|
||||
application {
|
||||
mainClass = "fr.ajaury.gwenedeg.MainKt"
|
||||
mainClass = "bzh.ajaury.chombev.MainKt"
|
||||
|
||||
nativeDistributions {
|
||||
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
|
||||
packageName = "fr.ajaury.gwenedeg"
|
||||
packageName = "bzh.ajaury.chombev"
|
||||
packageVersion = "1.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user