diff --git a/client/Cargo.toml b/client/Cargo.toml index 62450ec..a4d2e49 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -11,6 +11,7 @@ pirates = { path = "../pirates", default_features = false } [package.metadata.bundle] name = "Simple Sailing Simulator" identifier = "com.github.speedy6451.simplesailing" +icon = ["../icons/*"] long_description = """ Simple Sailing Simulator: Brave the north wind and search for York, or simply explore. diff --git a/icons/icon.icns b/icons/icon.icns new file mode 100644 index 0000000..8bcfd66 Binary files /dev/null and b/icons/icon.icns differ diff --git a/icons/icon.ico b/icons/icon.ico new file mode 100644 index 0000000..abebb29 Binary files /dev/null and b/icons/icon.ico differ diff --git a/icons/icon.png b/icons/icon.png new file mode 100644 index 0000000..69097f0 Binary files /dev/null and b/icons/icon.png differ