Skip to content

Commit db178ff

Browse files
committed
Revert
1 parent 6016306 commit db178ff

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-
python3 -m pipenv install --dev
9-
python3 -m pipenv run pyinstaller massivemacro_pyinstaller.spec
8+
pipenv install --dev
9+
pipenv run pyinstaller massivemacro_pyinstaller.spec
1010

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

0 commit comments

Comments
 (0)