mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
fix downloading installers
This commit is contained in:
parent
8378b33c46
commit
a5dfee77e2
1 changed files with 9 additions and 9 deletions
|
@ -48,15 +48,15 @@
|
||||||
!define LIBTORRENT_DLL_ZIP "${LIBTORRENT_DLL}.zip"
|
!define LIBTORRENT_DLL_ZIP "${LIBTORRENT_DLL}.zip"
|
||||||
|
|
||||||
; Installer URLs
|
; Installer URLs
|
||||||
!define DELUGE_INSTALLER_URL "${BASE}\DELUGE_INSTALLER"
|
!define DELUGE_INSTALLER_URL "${BASE}\${DELUGE_INSTALLER"}"
|
||||||
!define PYTHON_INSTALLER_URL "${BASE}\PYTHON_INSTALLER"
|
!define PYTHON_INSTALLER_URL "${BASE}\${PYTHON_INSTALLER"}"
|
||||||
!define PYWIN32_INSTALLER_URL "${BASE}\PYWIN32_INSTALLER"
|
!define PYWIN32_INSTALLER_URL "${BASE}\${PYWIN32_INSTALLER"}"
|
||||||
!define GTK+_INSTALLER_URL "${BASE}\GTK+_INSTALLER"
|
!define GTK+_INSTALLER_URL "${BASE}\${GTK+_INSTALLER"}"
|
||||||
!define PYGTK_INSTALLER_URL "${BASE}\PYGTK_INSTALLER"
|
!define PYGTK_INSTALLER_URL "${BASE}\${PYGTK_INSTALLER"}"
|
||||||
!define PYXDG_INSTALLER_URL "${BASE}\PYXDG_INSTALLER"
|
!define PYXDG_INSTALLER_URL "${BASE}\${PYXDG_INSTALLER"}"
|
||||||
!define SETUPTOOLS_INSTALLER_URL "${BASE}\SETUPTOOLS_INSTALLER"
|
!define SETUPTOOLS_INSTALLER_URL "${BASE}\${SETUPTOOLS_INSTALLER"}"
|
||||||
!define LIBTORRENT_INSTALLER_URL "${BASE}\LIBTORRENT_INSTALLER"
|
!define LIBTORRENT_INSTALLER_URL "${BASE}\${LIBTORRENT_INSTALLER"}"
|
||||||
!define LIBTORRENT_DLL_ZIP_URL "${BASE}\LIBTORRENT_DLL_ZIP"
|
!define LIBTORRENT_DLL_ZIP_URL "${BASE}\${LIBTORRENT_DLL_ZIP"}"
|
||||||
|
|
||||||
; Redefine macros/functions
|
; Redefine macros/functions
|
||||||
!define download "!insertmacro download"
|
!define download "!insertmacro download"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue