Skip to content

Commit

Permalink
Add icon to app
Browse files Browse the repository at this point in the history
  • Loading branch information
MolotovCherry committed Sep 20, 2023
1 parent 8d3c110 commit 9872821
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions virtual-display-driver-control/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ fn main() {
if cfg!(target_os = "windows") {
let mut res = winres::WindowsResource::new();

res.set_icon("icon.ico");

// allow high dpi scaling
res.set_manifest(r#"
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
Expand Down
Binary file added virtual-display-driver-control/icon.ico
Binary file not shown.
Binary file added virtual-display-driver-control/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9872821

Please sign in to comment.