Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelcabral committed Aug 30, 2017
1 parent 68b8de9 commit 0701e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cd "`dirname $0`/.."
PATH=scripts:node_modules/.bin:$PATH

VERSION=$(scripts/version)
PREAMBLE=$(sed 's/VERSION_STRING/$VERSION/' src/preamble.js)
PREAMBLE=$(sed s/VERSION_STRING/$VERSION/ src/preamble.js)
MANIFEST="{ \"version\": \"$VERSION\", \"file\": \"marzipano-$VERSION.zip\" }"

rm -rf dist
Expand Down

0 comments on commit 0701e78

Please sign in to comment.