|
|
@ -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}" \ |
|
|
|