Skip to content

Commit

Permalink
Fix app icons on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 committed Sep 23, 2024
1 parent 8407599 commit 5043fac
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 0 deletions.
Binary file modified datalogtool/src/main/native/win/datalogtool.ico
Binary file not shown.
1 change: 1 addition & 0 deletions glass/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ model {
if (OperatingSystem.current().isWindows()) {
rc.source {
srcDirs 'src/app/native/win'
include '*.rc'
}
}
}
Expand Down
Binary file modified glass/src/app/native/win/glass.ico
Binary file not shown.
Binary file modified outlineviewer/src/main/native/win/outlineviewer.ico
Binary file not shown.
Binary file not shown.
Binary file modified sysid/src/main/native/win/sysid.ico
Binary file not shown.

0 comments on commit 5043fac

Please sign in to comment.