diff --git a/assets b/assets index c7f4f323ee8ab55571125e45245ae2e42a1251f9..cab503779411dcb6060cabc3b8623906fb3879e6 160000 --- a/assets +++ b/assets @@ -1 +1 @@ -Subproject commit c7f4f323ee8ab55571125e45245ae2e42a1251f9 +Subproject commit cab503779411dcb6060cabc3b8623906fb3879e6 diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 index d2880aa819b83d4a08c4ead9982255429ea27eda..45d7cfc71fcb0a75511401d76d36f8f57f4857ad --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/bash REPO=$(cd $(dirname $0); pwd) COMMIT_SHA=$(git rev-parse --short HEAD) @@ -108,4 +108,4 @@ fi if [ "$RELEASE" = "true" ]; then release -fi \ No newline at end of file +fi