Skip to content

Commit

Permalink
AppImage: Use Python 3.9.7 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
whs authored Oct 10, 2021
1 parent 754dec4 commit 49f88cb
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 109 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ dist/RuneKit.app.zip: dist/RuneKit.app

# AppImage

build/python3.9.6.AppImage:
build/python3.9.7.AppImage:
mkdir build || true
wget https://github.com/niess/python-appimage/releases/download/python3.9/python3.9.6-cp39-cp39-manylinux1_x86_64.AppImage -O "$@"
wget https://github.com/niess/python-appimage/releases/download/python3.9/python3.9.7-cp39-cp39-manylinux1_x86_64.AppImage -O "$@"
chmod +x "$@"

build/appdir: build/python3.9.6.AppImage
build/appdir: build/python3.9.7.AppImage
$< --appimage-extract
mv squashfs-root build/appdir

Expand Down
Loading

0 comments on commit 49f88cb

Please sign in to comment.