diff options
Diffstat (limited to 'makedist')
-rwxr-xr-x | makedist | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -87,14 +87,14 @@ mkdir "release-windows" | |||
87 | mv "$out" "release-windows/$out-win32" | 87 | mv "$out" "release-windows/$out-win32" |
88 | 88 | ||
89 | cd "release-unix/$out" | 89 | cd "release-unix/$out" |
90 | rm -rf makedist install.bat win32 .travis.yml .gitignore appveyor* .appveyor | 90 | rm -rf makedist smoke_test.sh install.bat win32 .travis.yml .gitignore appveyor* .appveyor |
91 | cd .. | 91 | cd .. |
92 | tar czvpf ../"$out.tar.gz" "$out" | 92 | tar czvpf ../"$out.tar.gz" "$out" |
93 | cd .. | 93 | cd .. |
94 | rm -rf "release-unix" | 94 | rm -rf "release-unix" |
95 | 95 | ||
96 | cd "release-windows/$out-win32" | 96 | cd "release-windows/$out-win32" |
97 | rm -rf makedist Makefile GNUmakefile configure .travis.yml .gitignore test appveyor* .appveyor | 97 | rm -rf makedist smoke_test.sh Makefile GNUmakefile configure .travis.yml .gitignore test appveyor* .appveyor |
98 | cd .. | 98 | cd .. |
99 | zip -r ../"$out-win32.zip" "$out-win32" | 99 | zip -r ../"$out-win32.zip" "$out-win32" |
100 | cd .. | 100 | cd .. |