From 8d7183200cee4171281742f00af913a75b85ea6b Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Thu, 23 Feb 2017 23:57:43 -0600 Subject: [PATCH] Finish implementing "allow_remote_requests" config option. also some code cleanup. --- build/utils.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/utils.sh b/build/utils.sh index 43cb82e..42392bf 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}" \