Browse Source

Finish implementing "allow_remote_requests" config option. also some code cleanup.

sisyphus
Dustin Falgout 8 years ago
parent
commit
8d7183200c
No known key found for this signature in database
GPG Key ID: AEA529BF122902E5
  1. 3
      build/utils.sh

3
build/utils.sh

@ -32,7 +32,8 @@ do_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