Ver código fonte

adjusting release

master
Jonathan Cobb 4 anos atrás
pai
commit
cc42aa8ac9
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      bubble_release.sh

+ 2
- 0
bubble_release.sh Ver arquivo

@@ -14,11 +14,13 @@ case "$(uname -a | awk '{print $1}')" in
;;
Darwin*)
BUBBLE_DIST_HOME=${THISDIR}/dist
rm -rf ${BUBBLE_DIST_HOME}/*
MAKE_SYMLINKS=0
;;
CYGWIN*)
export PATH=${PATH}:/cygdrive/c/cygwin64/bin
BUBBLE_DIST_HOME=${THISDIR}/dist
rm -rf ${BUBBLE_DIST_HOME}/*
MAKE_SYMLINKS=0
;;
esac


Carregando…
Cancelar
Salvar