We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cadf61 commit b6a7cc5Copy full SHA for b6a7cc5
1 file changed
apps/notation_viewer/Makefile.toml
@@ -54,6 +54,10 @@ disabled = true
54
args = ["bundle", "--release", "--features", "inspector", "@@split(CARGO_RELEASE_ARGS, )"]
55
command = "cargo"
56
57
+[tasks.release-native]
58
+args = ["bundle", "--release", "--features", "native", "@@split(CARGO_RELEASE_ARGS, )"]
59
+command = "cargo"
60
+
61
[tasks.release-to-amateurguitar-www]
62
script_runner = "@shell"
63
script = ["""
0 commit comments