Skip to content

Commit

Permalink
appimage: add log message when downloading Python3.7 AppImage
Browse files Browse the repository at this point in the history
  • Loading branch information
mssalvatore committed Apr 15, 2021
1 parent 66c5d91 commit f3439bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appimage/build_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ setup_appdir() {
setup_python_37_appdir() {
PYTHON_APPIMAGE="python3.7.9_x86_64.AppImage"
rm -rf "$APPDIR" || true

log_message "downloading Python3.7 Appimage"
curl -L -o "$PYTHON_APPIMAGE" "$PYTHON_APPIMAGE_URL"

chmod u+x "$PYTHON_APPIMAGE"
Expand Down

0 comments on commit f3439bb

Please sign in to comment.