windeploy: copy start-low-graphics-mode.bat

This commit is contained in:
stoffu 2018-06-27 09:59:47 +09:00
parent cd46edb23f
commit 6e08eb1c56
No known key found for this signature in database
GPG key ID: 41DAB8343A9EC012

View file

@ -39,3 +39,4 @@ for f in "${ICU_FILES[@]}"; do cp $MSYSTEM_PREFIX/bin/$f $TARGET || exit 1; done
for f in "${PLATFORM_FILES[@]}"; do cp $MSYSTEM_PREFIX/bin/$f $TARGET || exit 1; done
cp $ROOT_DIR/start-low-graphics-mode.bat $TARGET