Skip to content

Commit

Permalink
macosx: fix qml import in bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Jul 22, 2018
1 parent e2e28c6 commit 5ac14ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macosx/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function buildAppStructure {
cp -v $BUILD_DIR/cli/noson-cli $BUILD_BUNDLE_APP_DIR/

mkdir -p $BUILD_BUNDLE_RES_DIR/qml
cp -v -r $BUILD_DIR/backend/NosonApp $BUILD_BUNDLE_RES_DIR/qml/
cp -v -r $BUILD_DIR/backend/qml/NosonApp $BUILD_BUNDLE_RES_DIR/qml/

mkdir -p $BUILD_BUNDLE_RES_QM_DIR
mkdir -p $BUILD_BUNDLE_RES_BIN_DIR
Expand Down

0 comments on commit 5ac14ba

Please sign in to comment.