Skip to content

Commit

Permalink
[feat] Add version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tans.tan committed May 2, 2023
1 parent ce5dc18 commit bbfd509
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
15 changes: 13 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "me.tanstan"
version = "1.3.0"
version = "2.0.0"

repositories {
mavenCentral()
Expand Down Expand Up @@ -49,7 +49,18 @@ compose.desktop {
mainClass = "MainKt"
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb, TargetFormat.Rpm, TargetFormat.Exe)
packageName = "tFileTransfer_desktop"
packageName = "tFileTransfer"
}
nativeDistributions {
macOS {
iconFile.set(project.file("launcher-icons/launcher_macos.icns"))
}
windows {
iconFile.set(project.file("launcher-icons/launcher_windows.ico"))
}
linux {
iconFile.set(project.file("launcher-icons/launcher_linux.png"))
}
}
}
}
5 changes: 5 additions & 0 deletions app/launcher-icons/launcher.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/launcher-icons/launcher_linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/launcher-icons/launcher_macos.icns
Binary file not shown.
Binary file added app/launcher-icons/launcher_windows.ico
Binary file not shown.

0 comments on commit bbfd509

Please sign in to comment.