1
0
mirror of https://github.com/skeeto/w64devkit.git synced 2025-07-31 15:04:21 +03:00

Remove activate.bat (replaced by w64devkit.exe)

This commit is contained in:
Christopher Wellons
2021-09-25 14:26:55 -04:00
parent 0b8cc138c6
commit adf9aa7449
2 changed files with 4 additions and 6 deletions

View File

@ -401,8 +401,6 @@ RUN printf "id ICON \"$PREFIX/src/w64devkit.ico\"" >w64devkit.rc \
>>$PREFIX/COPYING.MinGW-w64-runtime.txt . \
&& cat /mingw-w64-v$MINGW_VERSION/mingw-w64-libraries/winpthreads/COPYING \
>>$PREFIX/COPYING.MinGW-w64-runtime.txt \
&& printf '@set PATH=%%~dp0bin;%%PATH%%\r\n@busybox sh -l\r\n' \
>$PREFIX/activate.bat \
&& echo $VERSION >$PREFIX/VERSION.txt
ENV PREFIX=${PREFIX}
CMD zip -qXr - $PREFIX