Skip to content

Commit

Permalink
Switch AppImage to AppImage repo
Browse files Browse the repository at this point in the history
  • Loading branch information
T. H. Wright committed Jan 25, 2024
1 parent 254cc7f commit 1d7024a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
TARGETVERSION = os.getenv('TARGETVERSION')
WINE_EXE = os.getenv('WINE_EXE')
SELECTED_APPIMAGE_FILENAME = os.getenv('APPIMAGE_FILENAME')
RECOMMENDED_WINE64_APPIMAGE_FULL_URL = os.getenv('WINE64_APPIMAGE_FULL_URL', "https://github.com/FaithLife-Community/LogosLinuxInstaller/releases/download/wine-devel-8.19/wine-devel_8.19-x86_64.AppImage")
RECOMMENDED_WINE64_APPIMAGE_FULL_URL = os.getenv('WINE64_APPIMAGE_FULL_URL', "https://github.com/FaithLife-Community/wine-appimages/releases/download/devel-8.19/wine-devel_8.19-x86_64.AppImage")
RECOMMENDED_WINE64_APPIMAGE_FULL_FILENAME = os.path.basename(RECOMMENDED_WINE64_APPIMAGE_FULL_URL)
WINEBIN_CODE = os.getenv('WINEBIN_CODE')
WINECMD_ENCODING = None
Expand Down

0 comments on commit 1d7024a

Please sign in to comment.