We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8308355 + 4326cda commit 9c22d46Copy full SHA for 9c22d46
1 file changed
linuxdeploy-plugin-python.sh
@@ -228,6 +228,7 @@ patch_binary() {
228
}
229
230
cd "$APPDIR/${prefix}/bin"
231
+ln -s python3 python
232
python=$(ls "python"?"."?)
233
mkdir -p "${APPDIR}/usr/lib"
234
cd "${APPDIR}/${prefix}/lib/${python}"
0 commit comments