File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,10 +56,8 @@ if(NOT DEFINED APPLICATION_VIRTUALFILE_SUFFIX)
5656endif ()
5757
5858# need this logic to not mess with re/uninstallations via macosx.pkgproj
59- if (${APPLICATION_REV_DOMAIN} STREQUAL "com.owncloud.desktopclient" )
60- set (APPLICATION_REV_DOMAIN_INSTALLER "com.ownCloud.client" )
61- else ()
62- set (APPLICATION_REV_DOMAIN_INSTALLER ${APPLICATION_REV_DOMAIN} )
59+ if (NOT DEFINED APPLICATION_REV_DOMAIN_INSTALLER)
60+ set (APPLICATION_REV_DOMAIN_INSTALLER "${APPLICATION_REV_DOMAIN} " )
6361endif ()
6462
6563option ( APPLICATION_DISPLAY_LEGACY_IMPORT_DIALOG "Display legacy import dialog" ON )
Original file line number Diff line number Diff line change 1717 <key>CHILDREN</key>
1818 <array>
1919 <dict>
20+ <key>BUNDLE_CAN_DOWNGRADE</key>
21+ <true/>
2022 <key>CHILDREN</key>
2123 <array/>
2224 <key>GID</key>
You can’t perform that action at this time.
0 commit comments