Changeset 150 for diffs/qbittorrent_3.1.2_GA.diff
- Timestamp:
- Nov 28, 2013, 12:52:06 PM (12 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
diffs/qbittorrent_3.1.2_GA.diff
r149 r150 1 1 diff -Naur -x '*.qm' -x geoip.dat -x conf.pri E:\trees\qbittorrent\trunk\..\vendor\current/build_os2.cmd E:\trees\qbittorrent\trunk/build_os2.cmd 2 2 --- E:\trees\qbittorrent\trunk\..\vendor\current/build_os2.cmd 1970-01-01 01:00:00.000000000 +0100 3 +++ E:\trees\qbittorrent\trunk/build_os2.cmd 2013-11-2 6 16:22:10.000000000 +01003 +++ E:\trees\qbittorrent\trunk/build_os2.cmd 2013-11-28 12:14:02.000000000 +0100 4 4 @@ -0,0 +1,290 @@ 5 5 +/* qbittorrent Build Script */ … … 161 161 + when command = "DIFF" then do 162 162 + 163 + address cmd 'diff -Naur ' || vendorDir || ' ' || sourceDir || ' -x *.qm -x geoip.dat -x conf.pri > ' || diffDir || Qbittorrent_version || '_' || Qbittorrent_build || '.diff'163 + address cmd 'diff -Naur ' || vendorDir || ' ' || sourceDir || ' -x *.qm -x geoip.dat -x conf.pri > ' || diffDir || 'qbittorrent_' || Qbittorrent_version || '_' || Qbittorrent_build || '.diff' 164 164 + 165 165 + end
Note:
See TracChangeset
for help on using the changeset viewer.