We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72be9c commit 50b0004Copy full SHA for 50b0004
.gitignore
@@ -7,7 +7,7 @@
7
!Cargo.toml
8
!rustfmt.toml
9
!build.rs
10
-!empty-resource.rc
+!*.rc
11
!*.sublime-project
12
!*.md
13
!.github
appveyor.yml
@@ -37,6 +37,7 @@ test: off
37
test_script:
38
- cargo test --verbose --release
39
- cargo run --verbose --release -- empty-resource.rc
40
+ - cargo run --verbose --release -- include-version.rc .github/workflows/msvc
41
42
notifications:
43
- provider: Email
include-version.rc
@@ -0,0 +1 @@
1
+#include "version.rc"
0 commit comments