Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.

Commit 8d71832

Browse files
committed
Finish implementing "allow_remote_requests" config option. also some code cleanup.
1 parent 6399b12 commit 8d71832

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/utils.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ do_build() {
3232

3333
# Compile Resources
3434
(combine_javascript_sources \
35-
&& pyrcc5 -o "${BUILD_DIR}/${PKGNAME}/resources.py" ../resources.qrc)
35+
&& pyrcc5 -o "${BUILD_DIR}/${PKGNAME}/resources.py" ../resources.qrc \
36+
&& cp "${BUILD_DIR}/${PKGNAME}/resources.py" "${REPO_DIR}/web-greeter")
3637

3738
# Create "Zip Application"
3839
(cd "${PKGNAME}" \

0 commit comments

Comments
 (0)