diff options
Diffstat (limited to '')
-rwxr-xr-x | makedist | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -137,7 +137,7 @@ mkdir "release-windows" | |||
137 | mv "$out" "release-windows/$out-win32" | 137 | mv "$out" "release-windows/$out-win32" |
138 | 138 | ||
139 | cd "release-unix/$out" | 139 | cd "release-unix/$out" |
140 | rm -rf makedist install.bat win32 .travis.yml .gitignore appveyor* .appveyor | 140 | rm -rf makedist install.bat win32 .github .gitignore appveyor* .appveyor |
141 | cd .. | 141 | cd .. |
142 | tar czvpf ../"$out.tar.gz" "$out" | 142 | tar czvpf ../"$out.tar.gz" "$out" |
143 | rm -f ../"$out.tar.gz.asc" | 143 | rm -f ../"$out.tar.gz.asc" |
@@ -145,7 +145,7 @@ cd .. | |||
145 | rm -rf "release-unix" | 145 | rm -rf "release-unix" |
146 | 146 | ||
147 | cd "release-windows/$out-win32" | 147 | cd "release-windows/$out-win32" |
148 | rm -rf makedist Makefile GNUmakefile configure .travis.yml .gitignore test appveyor* .appveyor | 148 | rm -rf makedist Makefile GNUmakefile configure .github .gitignore test appveyor* .appveyor |
149 | cd .. | 149 | cd .. |
150 | zip -r ../"$out-win32.zip" "$out-win32" | 150 | zip -r ../"$out-win32.zip" "$out-win32" |
151 | rm -f ../"$out-win32.zip.asc" | 151 | rm -f ../"$out-win32.zip.asc" |