Skip to content

Commit 6016306

Browse files
committed
Workaround
1 parent a0b0219 commit 6016306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

macos/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ pkill massivemacro_macos
55

66
rm -rf build dist Pipfile.lock
77

8-
pipenv install --dev
9-
pipenv run pyinstaller massivemacro_pyinstaller.spec
8+
python3 -m pipenv install --dev
9+
python3 -m pipenv run pyinstaller massivemacro_pyinstaller.spec
1010

1111
mkdir -p bin
1212
rm -rf bin/MassiveMacro.app

0 commit comments

Comments
 (0)