mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-31 16:20:22 -05:00
Multiple macOS fixes and include keepassxc-cli in DMG (#2165)
* Fixes including keepassxc-cli when building KeePassXC dmg on Mac. resolves #1697 * Fix Qt search path and Properties display on macOS * Simplify packaging POST_BUILD fixups * Various fixes to get cli to run on macos * Correct cli tests on macOS * Several macOS related GUI test fixes
This commit is contained in:
parent
b1ff346f63
commit
dd5665c656
13 changed files with 83 additions and 54 deletions
|
|
@ -42,9 +42,7 @@ int main(int argc, char** argv)
|
|||
QCoreApplication app(argc, argv);
|
||||
QCoreApplication::setApplicationVersion(KEEPASSXC_VERSION);
|
||||
|
||||
#ifdef QT_NO_DEBUG
|
||||
Bootstrap::bootstrapApplication();
|
||||
#endif
|
||||
Bootstrap::bootstrap();
|
||||
|
||||
TextStream out(stdout);
|
||||
QStringList arguments;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue