File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ $(PY_TARGET):
1212osc-cli.AppDir/done : $(PY_TARGET )
1313 ./$(PY_TARGET ) --appimage-extract
1414 mv squashfs-root osc-cli.AppDir
15- rm osc-cli.AppDir/usr/bin/python3.9
16- cd osc-cli.AppDir/usr/bin/ && ln -s ../../opt/python3.9 /bin/python3.9 python3.9
15+ rm osc-cli.AppDir/usr/bin/python $( PY_VER )
16+ cd osc-cli.AppDir/usr/bin/ && ln -s ../../opt/$( PY_STR ) /bin/$( PY_STR ) $( PY_STR )
1717 cp linux/AppRun-py osc-cli.AppDir/AppRun-py
1818 cd .. && APPDIR=$$ {PWD}/pkg/osc-cli.AppDir/ ./pkg/osc-cli.AppDir/AppRun-py ./setup.py install --prefix=./pkg/osc-cli.AppDir/opt/$(PY_STR ) / --optimize=1
1919 cd osc-cli.AppDir/ && \
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ export TKPATH="${TK_LIBRARY}"
1212export SSL_CERT_FILE=" ${APPDIR} /opt/_internal/certs.pem"
1313
1414# Call Python
15- " $APPDIR /opt/python3.9 /bin/python3.9 " " $@ "
15+ " $APPDIR /opt/python3.11 /bin/python3.11 " " $@ "
You can’t perform that action at this time.
0 commit comments