Skip to content

Commit

Permalink
refactor: 🔨 Update relative link to ico file
Browse files Browse the repository at this point in the history
  • Loading branch information
AntwortEinesLebens committed May 9, 2024
1 parent f37579e commit 7087357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fn main() {

res.set_language((LANG_NEUTRAL << 10) | SUBLANG_NEUTRAL);

res.set_icon("wag.ico");
res.set_icon("./media/wag.ico");

res.compile().unwrap();
}
Expand Down

0 comments on commit 7087357

Please sign in to comment.