diff --git a/client/128x128.png b/client/128x128.png new file mode 100644 index 0000000..80e2954 Binary files /dev/null and b/client/128x128.png differ diff --git a/client/32x32.png b/client/32x32.png new file mode 100644 index 0000000..dd001c1 Binary files /dev/null and b/client/32x32.png differ diff --git a/client/Cargo.toml b/client/Cargo.toml index c797d8e..c3732a5 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -3,6 +3,14 @@ name = "realm_client" version = "0.1.0" edition = "2021" +[target.x86_64-pc-windows-gnu] +rustflags = ["-C", "link-args=-mwindows "] + +[package.metadata.bundle] +name = "Realm Chat" +identifier = "com.abunchofknowitalls.realm" +icon = ["32x32.png", "128x128.png"] + [dependencies] realm_auth = { path = "../auth" } realm_server = { path = "../server" } diff --git a/client/realm-black.png b/client/realm-black.png new file mode 100644 index 0000000..c20429b Binary files /dev/null and b/client/realm-black.png differ