Skip to content

Commit

Permalink
Add desktop icons
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandregpereira committed Jul 11, 2024
1 parent 47a8d78 commit 1112cdd
Show file tree
Hide file tree
Showing 80 changed files with 11 additions and 438 deletions.
12 changes: 11 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,18 @@ compose {
nativeDistributions {
modules("java.sql")
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "MonsterCompendium"
packageName = "DnD Monster Compendium"
packageVersion = "1.0.0"

macOS {
iconFile.set(project.file("icon-mac.icns"))
}
windows {
iconFile.set(project.file("icon-windows.ico"))
}
linux {
iconFile.set(project.file("icon-linux.png"))
}
}
}
}
Expand Down
Binary file added app/icon-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/icon-mac.icns
Binary file not shown.
Binary file added app/icon-windows.ico
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Diff not rendered.
Diff not rendered.
Diff not rendered.

This file was deleted.

Diff not rendered.
Diff not rendered.
Diff not rendered.

This file was deleted.

Diff not rendered.
Diff not rendered.
Diff not rendered.

This file was deleted.

Diff not rendered.
Diff not rendered.
Diff not rendered.

This file was deleted.

Diff not rendered.
Diff not rendered.
Diff not rendered.

This file was deleted.

Diff not rendered.
Diff not rendered.
Diff not rendered.

This file was deleted.

Diff not rendered.
Diff not rendered.
Diff not rendered.
Loading

0 comments on commit 1112cdd

Please sign in to comment.