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

Commit

Permalink
Finish implementing "allow_remote_requests" config option. also some …
Browse files Browse the repository at this point in the history
…code cleanup.
  • Loading branch information
lots0logs committed Feb 24, 2017
1 parent 6399b12 commit 8d71832
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit 8d71832

Please sign in to comment.