Skip to content

Commit

Permalink
LogVue final name
Browse files Browse the repository at this point in the history
  • Loading branch information
amankgo committed Jan 4, 2022
1 parent 1d2eb24 commit bb69acc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ compose.desktop {
mainClass = "MainKt"
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "Goflog"
packageName = "logvue"
packageVersion = "1.0.0"
}
}
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginManagement {
gradlePluginPortal()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}

}
rootProject.name = "Goflog"
rootProject.name = "logvue"

2 changes: 0 additions & 2 deletions src/main/kotlin/Application.kt

This file was deleted.

1 change: 0 additions & 1 deletion src/main/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import java.awt.Desktop
@Composable
@Preview
fun App() {
// val packageName = "com.goibibo.debug"
val processor = remember { MainProcessor() }
val isLightTheme by Helpers.isThemeLightMode.collectAsState()
AppTheme(isLightTheme) {
Expand Down

0 comments on commit bb69acc

Please sign in to comment.