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 6016306 commit db178ffCopy full SHA for db178ff
macos/build.sh
@@ -5,8 +5,8 @@ pkill massivemacro_macos
5
6
rm -rf build dist Pipfile.lock
7
8
-python3 -m pipenv install --dev
9
-python3 -m pipenv run pyinstaller massivemacro_pyinstaller.spec
+pipenv install --dev
+pipenv run pyinstaller massivemacro_pyinstaller.spec
10
11
mkdir -p bin
12
rm -rf bin/MassiveMacro.app
0 commit comments