diff --git a/build/utils.sh b/build/utils.sh index 43cb82e4..42392bf0 100755 --- a/build/utils.sh +++ b/build/utils.sh @@ -32,7 +32,8 @@ do_build() { # Compile Resources (combine_javascript_sources \ - && pyrcc5 -o "${BUILD_DIR}/${PKGNAME}/resources.py" ../resources.qrc) + && pyrcc5 -o "${BUILD_DIR}/${PKGNAME}/resources.py" ../resources.qrc \ + && cp "${BUILD_DIR}/${PKGNAME}/resources.py" "${REPO_DIR}/web-greeter") # Create "Zip Application" (cd "${PKGNAME}" \