Skip to content

Commit

Permalink
does this happen to work?
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Sep 25, 2024
1 parent 643245c commit eb2240e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ark/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ fn main() {
let resource = Path::new("resources")
.join("manifest")
.join("ark-manifest.rc");
embed_resource::compile(resource, embed_resource::NONE);
embed_resource::compile_for_tests(resource, embed_resource::NONE);
}

0 comments on commit eb2240e

Please sign in to comment.