Browse Source

Updates the mac build script so it wont fail when the venv folder does not exist.

Colin McCune 11 năm trước cách đây
mục cha
commit
97be5b4cfb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      script/build-osx

+ 1 - 1
script/build-osx

@@ -1,6 +1,6 @@
 #!/bin/bash
 set -ex
-rm -r venv
+rm -rf venv
 virtualenv venv
 venv/bin/pip install pyinstaller==2.1
 venv/bin/pip install .