Browse Source

remove absolute path from contrib/package_nsis-mingw.sh in order to make it easier to automatically build tor expert bundle

Erinn Clark 12 years ago
parent
commit
a6ea34977b
2 changed files with 5 additions and 1 deletions
  1. 4 0
      changes/win-bundle-path
  2. 1 1
      contrib/package_nsis-mingw.sh

+ 4 - 0
changes/win-bundle-path

@@ -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
+

+ 1 - 1
contrib/package_nsis-mingw.sh

@@ -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