mirror of
https://github.com/relativemodder/aegnux.git
synced 2025-12-10 13:39:43 +05:00
only offline method is now available
This commit is contained in:
@@ -17,8 +17,8 @@ MSXML_ZIP = BASE_DIR + '/assets/msxml3.zip'
|
|||||||
|
|
||||||
WINE_STYLE_REG = STYLES_PATH + '/wine_dark_theme.reg'
|
WINE_STYLE_REG = STYLES_PATH + '/wine_dark_theme.reg'
|
||||||
|
|
||||||
AE_DOWNLOAD_URL = 'https://huggingface.co/cutefishae/AeNux-model/resolve/main/2024.zip'
|
AE_DOWNLOAD_URL = 'i dont support piracy'
|
||||||
AE_PLUGINS_URL = 'https://huggingface.co/cutefishae/AeNux-model/resolve/main/aenux-require-plugin.zip'
|
AE_PLUGINS_URL = 'i dont support piracy either'
|
||||||
|
|
||||||
AE_FILENAME = '/tmp/ae2024.zip'
|
AE_FILENAME = '/tmp/ae2024.zip'
|
||||||
|
|
||||||
|
|||||||
@@ -87,7 +87,9 @@ class MainWindow(MainWindowUI):
|
|||||||
|
|
||||||
@Slot()
|
@Slot()
|
||||||
def install_button_clicked(self):
|
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:
|
if method == DownloadMethod.CANCEL:
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user