nabijaczleweli / rust-embed-resource

A Cargo build script library to handle compilation and inclusion of Windows resources, in the most resilient fashion imaginable
MIT License
166 stars 29 forks source link

The manifest wasn't embedded despite the "successful" build #39

Closed JohnScience closed 2 years ago

JohnScience commented 2 years ago

I closely followed the instructions:

  1. Cargo.toml was edited Screenshot 2021-12-21 201917
  2. I added build.rs in the project root and replaced "app-name-manifest.rc" with "cli-integra-manifest.rc" Screenshot 2021-12-21 201854
  3. I added cli-integra-manifest.rc in the project root and changed "app-name.exe.manifest" to "integra-cli.exe.manifest" Screenshot 2021-12-21 201933
  4. I copy-pasted the offered manifest in the file "integra-cli.exe.manifest" Screenshot 2021-12-21 201953
  5. I successfully ran cargo build Screenshot 2021-12-21 203647

and... nothing happened... Screenshot 2021-12-21 204949 Screenshot 2021-12-21 205251

Do you have any ideas what could possibly go wrong?

JohnScience commented 2 years ago

My bad! I added them not to the project root but to the src folder