mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
revert r13120: for some reason nickm disabled the version
updating for windows. i'm not sure why. svn:r13292
This commit is contained in:
parent
ea0afb6c39
commit
eb1f622df8
@ -9,7 +9,7 @@
|
||||
!include "FileFunc.nsh"
|
||||
!insertmacro GetParameters
|
||||
|
||||
!define VERSION "@VERSION@"
|
||||
!define VERSION "0.2.0.18-alpha"
|
||||
!define INSTALLER "tor-${VERSION}-win32.exe"
|
||||
!define WEBSITE "https://www.torproject.org/"
|
||||
!define LICENSE "LICENSE"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
$CONFIGURE_IN = './configure.in';
|
||||
$ORCONFIG_H = './src/win32/orconfig.h';
|
||||
#$TOR_NSI = './contrib/tor-mingw.nsi.in';
|
||||
$TOR_NSI = './contrib/tor-mingw.nsi.in';
|
||||
|
||||
sub demand {
|
||||
my $fn = shift;
|
||||
@ -11,7 +11,7 @@ sub demand {
|
||||
|
||||
demand($CONFIGURE_IN);
|
||||
demand($ORCONFIG_H);
|
||||
#demand($TOR_NSI);
|
||||
demand($TOR_NSI);
|
||||
|
||||
# extract version from configure.in
|
||||
|
||||
@ -53,5 +53,5 @@ sub correctversion {
|
||||
}
|
||||
}
|
||||
|
||||
# correctversion($TOR_NSI, "!");
|
||||
correctversion($TOR_NSI, "!");
|
||||
correctversion($ORCONFIG_H, "#");
|
||||
|
Loading…
Reference in New Issue
Block a user