Skip to content

Commit b6a7cc5

Browse files
committed
tweak make file
1 parent 2cadf61 commit b6a7cc5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/notation_viewer/Makefile.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ disabled = true
5454
args = ["bundle", "--release", "--features", "inspector", "@@split(CARGO_RELEASE_ARGS, )"]
5555
command = "cargo"
5656

57+
[tasks.release-native]
58+
args = ["bundle", "--release", "--features", "native", "@@split(CARGO_RELEASE_ARGS, )"]
59+
command = "cargo"
60+
5761
[tasks.release-to-amateurguitar-www]
5862
script_runner = "@shell"
5963
script = ["""

0 commit comments

Comments
 (0)