From 6f1c2cda9a9a4d3e82150273a54e2c4a36b01c65 Mon Sep 17 00:00:00 2001 From: anki-code Date: Wed, 14 Oct 2020 22:57:42 +0300 Subject: [PATCH] Update rever.xsh --- rever.xsh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rever.xsh b/rever.xsh index 19a1fad89..6a1b3135a 100644 --- a/rever.xsh +++ b/rever.xsh @@ -42,4 +42,6 @@ $DOCKER_INSTALL_COMMAND = ('rm -rf .cache/ __pycache__/ */__pycache__ */*/__pyca $DOCKER_GIT_NAME = 'xonsh' $DOCKER_GIT_EMAIL = 'xonsh@googlegroups.com' -$GHRELEASE_ASSETS = [git_archive_asset, 'xonsh-x86_64.AppImage'] \ No newline at end of file +$GHRELEASE_ASSETS = [git_archive_asset, 'xonsh-x86_64.AppImage'] + +$APPIMAGE_PYTHON_VERSION = '3.8'