Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ccouzens committed Mar 3, 2024
1 parent fd15e5d commit 536e8e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,31 @@ cp wasm/www/public/vert-LATEST.glsl "build/vert-${VERSION}.glsl"
gcloud info

gsutil \
cp \
-h "Content-Type:text/plain" \
cp \
"build/frag-${VERSION}.glsl" \
gs://maze-playground/

gsutil \
cp \
-h "Content-Type:text/plain" \
cp \
"build/vert-${VERSION}.glsl" \
gs://maze-playground/

gsutil \
cp \
-h "Content-Type:application/wasm" \
cp \
"build/computer-${VERSION}.wasm" \
gs://maze-playground/

gsutil \
cp \
-h "Content-Type:text/javascript" \
cp \
"build/computer-${VERSION}.wasm" \
gs://maze-playground/

gsutil \
cp \
-h "Content-Type:text/html" \
cp \
"build/index.html" \
gs://maze-playground/

0 comments on commit 536e8e5

Please sign in to comment.