Skip to content

Commit

Permalink
Fix the refresh script.
Browse files Browse the repository at this point in the history
  • Loading branch information
uclatommy committed Jan 21, 2017
1 parent eee2398 commit 7ee4631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ osxrelocator -r . ./build @executable_path/../Resources/.kivy/extensions/plugins
cp -r ${PY}Plugins/* ${MOD}
cp ${BIN}/${FILE} ${EXT}
{
echo "cp -r ${PY}Plugins/* ${MOD}"
echo "cp -r ${PY}Plugins/* ${EXT}"
} > refresh.sh;
chmod 744 refresh.sh;
echo "PyCell installed to $EXT"

0 comments on commit 7ee4631

Please sign in to comment.