File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,33 +111,33 @@ for:
111111 - BUNDLE_NAME=libpythonbundle.so
112112
113113 # arm64-v8a
114- - pushd ~/.python-for-android/dists/serious_python/_python_bundle__arm64-v8a/_python_bundle
114+ - pushd ~/.local/share/ python-for-android/dists/serious_python/_python_bundle__arm64-v8a/_python_bundle
115115 - zip -r $BUNDLE_NAME .
116116 - mv $BUNDLE_NAME ../../libs/arm64-v8a
117117 - popd
118118
119119 # armeabi-v7a
120- - pushd ~/.python-for-android/dists/serious_python/_python_bundle__armeabi-v7a/_python_bundle
120+ - pushd ~/.local/share/ python-for-android/dists/serious_python/_python_bundle__armeabi-v7a/_python_bundle
121121 - zip -r $BUNDLE_NAME .
122122 - mv $BUNDLE_NAME ../../libs/armeabi-v7a
123123 - popd
124124
125125 # armeabi-v7a
126- - pushd ~/.python-for-android/dists/serious_python/_python_bundle__x86_64/_python_bundle
126+ - pushd ~/.local/share/ python-for-android/dists/serious_python/_python_bundle__x86_64/_python_bundle
127127 - zip -r $BUNDLE_NAME .
128128 - mv $BUNDLE_NAME ../../libs/x86_64
129129 - popd
130130
131131 # package all .so files
132132 - DIST_FILE_NAME=python-android-dist-v$APPVEYOR_BUILD_VERSION.zip
133- - pushd ~/.python-for-android/dists/serious_python/libs
133+ - pushd ~/.local/share/ python-for-android/dists/serious_python/libs
134134 - zip -r $DIST_FILE_NAME .
135135 - appveyor PushArtifact $DIST_FILE_NAME -DeploymentName python-dist
136136 - popd
137137
138138 # package hostpython
139139 - HOSTPYTHON_FILE_NAME=hostpython-linux-v$APPVEYOR_BUILD_VERSION.zip
140- - pushd ~/.python-for-android/build/other_builds/hostpython3/desktop/hostpython3/native-build
140+ - pushd ~/.local/share/ python-for-android/build/other_builds/hostpython3/desktop/hostpython3/native-build
141141 - zip -r $HOSTPYTHON_FILE_NAME .
142142 - appveyor PushArtifact $HOSTPYTHON_FILE_NAME -DeploymentName hostpython-linux
143143 - popd
You can’t perform that action at this time.
0 commit comments