Skip to content

Commit

Permalink
Fix for mac deployment deleting wrong directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
albar965 committed Jan 5, 2018
1 parent 07fb0f9 commit 3e12921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion littlenavmap.pro
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ macx {
copydata.commands += cp -vf $$PWD/*.qm $$OUT_PWD/littlenavmap.app/Contents/MacOS &&
copydata.commands += cp -vf $$PWD/../atools/*.qm $$OUT_PWD/littlenavmap.app/Contents/MacOS

cleandata.commands = rm -Rvf $$OUT_PWD/help $$PWD/magdec $$OUT_PWD/data $$OUT_PWD/plugins
cleandata.commands = rm -Rvf $$OUT_PWD/help $$OUT_PWD/magdec $$OUT_PWD/data $$OUT_PWD/plugins
}

# =====================================================================
Expand Down

0 comments on commit 3e12921

Please sign in to comment.