refactor: migrate package structure from fr.ajaury.gwenedeg to bzh.ajaury.chombev

This commit is contained in:
2026-07-07 18:58:17 +02:00
parent 272cefa5fd
commit 6361fa6e74
119 changed files with 370 additions and 376 deletions
+2 -2
View File
@@ -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"
}
}