Browse Source

Restored an important line

sisyphus
JezerM 3 years ago
parent
commit
3a88061a3a
No known key found for this signature in database
GPG Key ID: 66BBC5D01388C6B5
  1. 3
      build/utils.sh

3
build/utils.sh

@ -23,7 +23,8 @@ do_old_build() {
# Compile Resources # Compile Resources
(combine_javascript_sources \ (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" # Create "Zip Application"
(cd "${PKGNAME}" \ (cd "${PKGNAME}" \

Loading…
Cancel
Save