Skip to content

Commit

Permalink
Fix installer icon (.ico)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarkue committed Mar 17, 2024
1 parent e9fca49 commit a05018f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ocedeclare-tauri"
version = "0.1.0"
version = "0.0.3"
description = "OCEDECLARE Tauri App"
authors = ["aarkue"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion tauri/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"digestAlgorithm": "sha256",
"timestampUrl": "",
"nsis": {
"installerIcon": "./icons/128x128.png",
"installerIcon": "./icons/icon.ico",
"displayLanguageSelector": true
}
}
Expand Down

0 comments on commit a05018f

Please sign in to comment.