Skip to content

Commit c20a4de

Browse files
committed
Merge branch '1.2.0-beta1' of https://github.com/pgmodeler/pgmodeler into 1.2.0-beta1
2 parents 5a06a94 + da18c84 commit c20a4de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/pgmodeler/pgmodeler.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ macx {
2020
macdeps.files = $$PWD/res/Info.plist $$PWD/res/PkgInfo
2121

2222
isEqual(PRIVATE_PLUGINS, true) {
23-
macdeps.files = $$PRIV_RES_FOLDER/$$TARGET/Resources
23+
macdeps.files += $$PRIV_RES_FOLDER/$$TARGET/Resources
2424
}
2525

2626
isEqual(PRIVATE_PLUGINS, false) {
27-
macdeps.files = $$PWD/res/Resources
27+
macdeps.files += $$PWD/res/Resources
2828
}
2929

3030
macdeps.path = $$PREFIX

0 commit comments

Comments
 (0)