diff --git a/script/deploy_windows.sh b/script/deploy_windows.sh index 50871de4..325db3e0 100644 --- a/script/deploy_windows.sh +++ b/script/deploy_windows.sh @@ -265,6 +265,8 @@ if [ $CREATE_PORTABLE_ZIP = true ]; then cp -u -r build/win$1/Release/app/imageformats/*.dll $PORTABLE_PACKAGE_APP_DIR/imageformats/ mkdir -p $PORTABLE_PACKAGE_APP_DIR/platforms/ cp -u -r build/win$1/Release/app/platforms/*.dll $PORTABLE_PACKAGE_APP_DIR/platforms/ + mkdir -p $PORTABLE_PACKAGE_APP_DIR/styles/ + cp -u -r build/win$1/Release/app/styles/*.dll $PORTABLE_PACKAGE_APP_DIR/styles/ cp -u -r build/win$1/Release/app/*.dll $PORTABLE_PACKAGE_APP_DIR/ cp -u -r build/win$1/Release/app/qt.conf $PORTABLE_PACKAGE_APP_DIR/