File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 161161# create and enter our new dir for buildozer
162162mkdir buildozer
163163cp requirements.txt buildozer/
164+
165+ # hack to fix "ERROR: You must give at least one requirement to install"
166+ echo " pip" >> buildozer/requirements.txt
167+
164168pushd buildozer
165169
166170# create buildozer.spec file
@@ -230,8 +234,8 @@ buildozer osx debug
230234# THIN APP #
231235# ###########
232236
233- pushd .buildozer/osx/platform/kivy-sdk-packager-master/osx
234237# remove unnecessary libs, such as the 141M GStreamer framework
238+ pushd .buildozer/osx/platform/kivy-sdk-packager-master/osx
235239rm -rf " ${APP_NAME} .app/Contents/Frameworks/GStreamer.framework"
236240
237241# ############
@@ -244,6 +248,8 @@ rm -rf "${APP_NAME}.app/Contents/Frameworks/GStreamer.framework"
244248# create the dist dir for our result to be uploaded as an artifact
245249mkdir ../../../../../dist
246250cp " ${APP_NAME} .dmg" ../../../../../dist/
251+ popd
252+ pwd
247253
248254# ######################
249255# OUTPUT VERSION INFO #
You can’t perform that action at this time.
0 commit comments