File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515/target
1616/public
17+ /release
1718.ionide
19+
Original file line number Diff line number Diff line change 1+ cargo build -- release -- features native
2+
3+ cd ..\..\
4+ bash - c " rm -rf release/windows/notation_viewer"
5+ bash - c " mkdir -p release/windows/notation_viewer"
6+ bash - c " cp -v target/release/notation_viewer.exe release/windows/notation_viewer/"
7+ bash - c " cp -vr apps/notation_viewer/assets release/windows/notation_viewer/"
Original file line number Diff line number Diff line change 1+ cd notation_core
2+ cargo publish
3+
4+ cd ../ notation_fretted
5+ cargo publish
6+
7+ cd ../ notation_guitar
8+ cargo publish
9+
10+ cd ../ notation_proto
11+ cargo publish
12+
13+ cd ../ notation_model
14+ cargo publish
15+
16+ cd ../ notation_dsl
17+ cargo publish
18+
19+ cd ../ notation_midi
20+ cargo publish
21+
22+ cd ../ notation_bevy_utils
23+ cargo publish
24+
25+ cd ../ notation_bevy
26+ cargo publish
27+
You can’t perform that action at this time.
0 commit comments