summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2025-03-04 09:47:46 +0100
committerDavid Lönnhager <david.l@mullvad.net>2025-03-05 23:32:54 +0100
commite2d7bdd51e667d37246e3c4ccdb0a73018545ce9 (patch)
tree6ed487f0b1acf584dd8a684080902e7924a28dfd
parent2aa5f05a5451417d27308e1b25bcc78517365d28 (diff)
downloadmullvadvpn-e2d7bdd51e667d37246e3c4ccdb0a73018545ce9.tar.xz
mullvadvpn-e2d7bdd51e667d37246e3c4ccdb0a73018545ce9.zip
Add icon to installer-downloader on Windows
-rw-r--r--installer-downloader/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/installer-downloader/build.rs b/installer-downloader/build.rs
index 93692ee6cd..64b0d66d00 100644
--- a/installer-downloader/build.rs
+++ b/installer-downloader/build.rs
@@ -25,6 +25,7 @@ fn win_main() -> anyhow::Result<()> {
println!("cargo:rerun-if-changed=loader.manifest");
res.set_manifest_file("loader.manifest");
+ res.set_icon("../dist-assets/icon.ico");
res.compile().context("Failed to compile resources")
}