Skip to content

Commit

Permalink
[flutter] Make WASM recompilation mandatory before publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Jun 19, 2023
1 parent 11cb8af commit e82878f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spine-flutter/compile-wasm.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
set -e
dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
pushd $dir > /dev/null
mkdir -p lib/assets/
Expand Down

0 comments on commit e82878f

Please sign in to comment.