We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b0219 commit 6016306Copy full SHA for 6016306
macos/build.sh
@@ -5,8 +5,8 @@ pkill massivemacro_macos
5
6
rm -rf build dist Pipfile.lock
7
8
-pipenv install --dev
9
-pipenv run pyinstaller massivemacro_pyinstaller.spec
+python3 -m pipenv install --dev
+python3 -m pipenv run pyinstaller massivemacro_pyinstaller.spec
10
11
mkdir -p bin
12
rm -rf bin/MassiveMacro.app
0 commit comments