Skip to content

Commit 6c9fc12

Browse files
committed
tweak web release target folder
1 parent 0743f2a commit 6c9fc12

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

apps/notation_viewer/Makefile.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ command = "cargo"
6161
[tasks.release-to-amateurguitar-www]
6262
script_runner = "@shell"
6363
script = ["""
64-
cp ./target/wasm.js ../../../../amateurguitar/www/themes/juice/static/notation/
65-
cp ./target/wasm_bg.wasm ../../../../amateurguitar/www/themes/juice/static/notation/
66-
cp -r ./assets/fonts ../../../../amateurguitar/www/themes/juice/static/notation/assets/fonts
67-
cp -r ./assets/png ../../../../amateurguitar/www/themes/juice/static/notation/assets/png
68-
cp -r ./assets/beginner ../../../../amateurguitar/www/themes/juice/static/notation/assets/beginner
69-
cp -r ./assets/songs ../../../../amateurguitar/www/themes/juice/static/notation/assets/songs
64+
cp ./target/wasm.js ../../../../yjpark/juice/static/notation/
65+
cp ./target/wasm_bg.wasm ../../../../yjpark/juice/static/notation/
66+
cp -rf ./assets/fonts ../../../../yjpark/juice/static/notation/assets/fonts
67+
cp -rf ./assets/png ../../../../yjpark/juice/static/notation/assets/png
68+
cp -rf ./assets/beginner ../../../../yjpark/juice/static/notation/assets/beginner
69+
cp -rf ./assets/songs ../../../../yjpark/juice/static/notation/assets/songs
7070
"""]
7171
dependencies = ["build-web"]

0 commit comments

Comments
 (0)