Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
(*)deploy QML
Browse files Browse the repository at this point in the history
  • Loading branch information
missdeer committed Jul 15, 2019
1 parent 51427eb commit ee4bacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi
mkdir -p distrib/cjlv
cd distrib/cjlv
mv ../../*.app ./
macdeployqt *.app
macdeployqt *.app -qmldir=${project_dir}/qml/
cp "${project_dir}/README.md" "README.md"
echo "${version}" > version
echo "${TRAVIS_COMMIT}" >> version
Expand Down

0 comments on commit ee4bacd

Please sign in to comment.