mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Merge remote-tracking branch 'erinn/win-bundle-fix' into maint-0.2.2
This commit is contained in:
commit
16dbcafb06
2 changed files with 5 additions and 1 deletions
4
changes/win-bundle-path
Normal file
4
changes/win-bundle-path
Normal file
|
@ -0,0 +1,4 @@
|
|||
o Packaging changes:
|
||||
- Remove absolute path from makensis.exe command to build Tor expert bundle
|
||||
in order to make it easier to automate package builds
|
||||
|
|
@ -91,5 +91,5 @@ clean_localstatedir src/config/torrc.sample.in win_tmp/src/config/torrc.sample
|
|||
cp contrib/tor-mingw.nsi.in win_tmp/contrib/
|
||||
|
||||
cd win_tmp
|
||||
"C:\Program Files\NSIS\makensis.exe" contrib/tor-mingw.nsi.in
|
||||
makensis.exe contrib/tor-mingw.nsi.in
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue