mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Prep for release
This commit is contained in:
parent
c605616cb9
commit
27c0f339ce
3 changed files with 4 additions and 4 deletions
2
DEPENDS
2
DEPENDS
|
@ -8,7 +8,7 @@
|
||||||
* gettext
|
* gettext
|
||||||
* pyxdg
|
* pyxdg
|
||||||
* geoip-database (optional)
|
* geoip-database (optional)
|
||||||
* libtorrent >= 0.14.5
|
* libtorrent >= 0.14.9
|
||||||
|
|
||||||
=== UIs ===
|
=== UIs ===
|
||||||
* chardet
|
* chardet
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
build_version = "1.2.0"
|
build_version = "1.2.1"
|
||||||
python_path = "C:\\Python26\\"
|
python_path = "C:\\Python26\\"
|
||||||
|
|
||||||
import shutil
|
import shutil
|
||||||
|
|
|
@ -37,7 +37,7 @@ SetCompressor lzma
|
||||||
|
|
||||||
# Deluge program information
|
# Deluge program information
|
||||||
!define PROGRAM_NAME "Deluge"
|
!define PROGRAM_NAME "Deluge"
|
||||||
!define PROGRAM_VERSION "1.2.0"
|
!define PROGRAM_VERSION "1.2.1"
|
||||||
!define PROGRAM_WEB_SITE "http://deluge-torrent.org"
|
!define PROGRAM_WEB_SITE "http://deluge-torrent.org"
|
||||||
|
|
||||||
# Python files generated with bbfreeze (without DLLs from GTK+ runtime)
|
# Python files generated with bbfreeze (without DLLs from GTK+ runtime)
|
||||||
|
@ -321,4 +321,4 @@ Section Uninstall
|
||||||
DELUGE_skip_delete:
|
DELUGE_skip_delete:
|
||||||
# This key is only used by Deluge, so we should always delete it
|
# This key is only used by Deluge, so we should always delete it
|
||||||
DeleteRegKey HKCR "Deluge"
|
DeleteRegKey HKCR "Deluge"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue