Skip to content

Commit 953b500

Browse files
refactor: add higher resolution windows icon (128x128)
1 parent 857d0df commit 953b500

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ xjc {
8989
// options = ["-extension", "-encoding", "UTF-8"]
9090
}
9191

92-
version = '25.09.29'
92+
version = '25.12.16'
9393
def company = 'My Company'
9494

9595
application {
@@ -144,7 +144,7 @@ runtime {
144144
// '--mac-signing-keychain', System.getenv('SIGNING_KEYCHAIN_PATH')
145145
]
146146
} else if(os.windows) {
147-
imageOptions = ['--icon', 'src/main/deploy/package/windows/hello.ico']
147+
imageOptions = ['--icon', 'src/main/deploy/package/windows/coffee.ico']
148148
installerType = 'msi'
149149
installerOptions += [
150150
'--win-per-user-install',
229 KB
Binary file not shown.
-14.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)