commit a7fe173f79c4a8f5e34a43e1fec30d30acb36eae Author: Sukhbir Singh sukhbir@torproject.org Date: Tue Jul 25 12:23:42 2017 -0400
Link NSIS as well for Windows build --- projects/instantbird/config | 1 + projects/nsis | 1 + 2 files changed, 2 insertions(+)
diff --git a/projects/instantbird/config b/projects/instantbird/config index 436cd6c..3f1b3db 100644 --- a/projects/instantbird/config +++ b/projects/instantbird/config @@ -78,6 +78,7 @@ input_files: - filename: 0027-Trac-17517-Use-different-color-for-Add-Exception.patch - filename: 0028-Trac-21736-Hide-account-timestamp-from-message.patch - filename: 0029-Add-duplicated-files-to-allowed-dupes.mn.patch + enable: '[% c("var/linux") %]' - filename: mozconfig-common - filename: 'mozconfig-[% c("var/osname") %]' name: mozconfig diff --git a/projects/nsis b/projects/nsis new file mode 120000 index 0000000..f29c93d --- /dev/null +++ b/projects/nsis @@ -0,0 +1 @@ +../tor-browser-build/projects/nsis \ No newline at end of file
tor-commits@lists.torproject.org