Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Aug 16, 2024
1 parent ed11f86 commit 94c238a
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 @@ -46,7 +46,7 @@ fn main() -> Result<()> {
let mut res = winres::WindowsResource::new();

Check warning on line 46 in build.rs

View workflow job for this annotation

GitHub Actions / Rustfmt Check

Diff in /home/runner/work/juliaup/juliaup/build.rs
res.set_icon("src/julia.ico");

#[cfg(winpkgidentityext)]
#[cfg(feature="winpkgidentityext")]
res.set_manifest_file("deploy/winpkgidentityext/app.manifest");

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

0 comments on commit 94c238a

Please sign in to comment.