only offline method is now available

This commit is contained in:
Andrew
2025-10-31 01:48:29 +03:00
parent f6b5768f97
commit c2104c3a72
2 changed files with 5 additions and 3 deletions

View File

@@ -17,8 +17,8 @@ MSXML_ZIP = BASE_DIR + '/assets/msxml3.zip'
WINE_STYLE_REG = STYLES_PATH + '/wine_dark_theme.reg'
AE_DOWNLOAD_URL = 'https://huggingface.co/cutefishae/AeNux-model/resolve/main/2024.zip'
AE_PLUGINS_URL = 'https://huggingface.co/cutefishae/AeNux-model/resolve/main/aenux-require-plugin.zip'
AE_DOWNLOAD_URL = 'i dont support piracy'
AE_PLUGINS_URL = 'i dont support piracy either'
AE_FILENAME = '/tmp/ae2024.zip'

View File

@@ -87,7 +87,9 @@ class MainWindow(MainWindowUI):
@Slot()
def install_button_clicked(self):
method = show_download_method_dialog(gls('installation_method_title'), gls('installation_method_text'))
# method = show_download_method_dialog(gls('installation_method_title'), gls('installation_method_text'))
method = DownloadMethod.OFFLINE
if method == DownloadMethod.CANCEL:
return