File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,11 @@ command = "cargo"
6161[tasks .release-to-amateurguitar-www ]
6262script_runner = " @shell"
6363script = ["""
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""" ]
7171dependencies = [" build-web" ]
You can’t perform that action at this time.
0 commit comments