probonopd
64178d00d5
Update shared.cpp
8 years ago
probonopd
120e6764bc
Update shared.cpp
8 years ago
probonopd
de00b3afb7
Fix missing "'"
8 years ago
probonopd
0730cacb6b
Use appimagetool rather than AppImageAssistant
8 years ago
probonopd
82f99776e2
Return correct exit code
8 years ago
probonopd
3415b30006
Trying to close #34 by taking care of libQt5WebEngineCore
8 years ago
probonopd
2a19bc32b5
Blacklist libnss3.so
Workaround for:
```
[1022/150138:ERROR:nss_util.cc(740)] Error initializing NSS with a persistent database (sql:/home/me/.pki/nssdb): libsoftokn3.so: cannot open shared object file: No such file or directory
[1022/150138:ERROR:nss_util.cc(211)] Error initializing NSS without a persistent database: NSS error code: -5925
[1022/150138:FATAL:nss_util.cc(213)] nss_error=-5925, os_error=0
```
8 years ago
probonopd
b1f3506c36
Exit with error code if AppImage generation fails
8 years ago
probonopd
3a464ba922
Stream output of AppImage generation while it happens
8 years ago
probonopd
80aca76f19
Fix bundling of QtQuick/PrivateWidgets
8 years ago
probonopd
71e301f91a
Remove 2 compiler warnings
8 years ago
probonopd
7c2590e387
Add comment about qml location
8 years ago
probonopd
69e57be9aa
Increase verbosity
8 years ago
probonopd
331353df02
Try to determine the Qt to be deployed from qmake on the $PATH
8 years ago
probonopd
d6c72c2edf
Generated by linuxdeployqt
8 years ago
probonopd
a4217a1ad0
Attempt to close #30 by deploying the xcbglintegrations plugins together with libQt5OpenGL
8 years ago
probonopd
42cbdb1a86
Increase verbosity
8 years ago
probonopd
da5e33b94f
Fix libQt5XcbQpa.so.5 => not found; #5
https://github.com/probonopd/linuxdeployqt/issues/5#issuecomment-245474269 thanks @skinnysuricate
8 years ago
probonopd
cb490c0302
LogError() if AppImage is already there
8 years ago
probonopd
3ed9b1c99b
-bundle-non-qt-libs
8 years ago
probonopd
08eddb5562
-bundle-non-qt-libs
[ci skip]
8 years ago
probonopd
755e9643af
fix Type=Application in .desktop file
8 years ago
probonopd
18b57437f5
Fix #19
8 years ago
probonopd
ec3230952e
Attempt to fix #18
8 years ago
probonopd
1bb3d1caae
Update shared.cpp
8 years ago
probonopd
117b176215
Bundle libicu*
8 years ago
probonopd
24e880156e
Bundle plugins and imageformats only if the corresponding .so libraries are bundled
8 years ago
probonopd
684c702fee
Simplify findAppBinary
8 years ago
probonopd
0b91936ca9
Tell users about the workaround for #2 until it is fixed
8 years ago
probonopd
43e8640d90
Increase verbosity and leave the first line in a try to solve #5
8 years ago
probonopd
dc665c69e3
Do not bundle libraries from /usr
8 years ago
probonopd
438fc5d1b8
Use more descriptive names
8 years ago
probonopd
36a5faf64f
exit(1) when needed tools are not available
8 years ago
probonopd
e947ff4941
Make #5 verbose (help wanted)
8 years ago
probonopd
da700386f4
Clear error messages when tools such as ldd, patchelf, strip are not installed
8 years ago
probonopd
0ee3d62825
Minor cleanup
8 years ago
probonopd
c3482ed44d
Remove more extraneous code specific to macOS bundle symlinking
8 years ago
probonopd
339bc27bbd
Remove unneeded code from macOS
8 years ago
probonopd
c589480529
Remove QVersionNumber, seems to be only used for macOS
8 years ago
probonopd
3a0fc27396
Updated copyright header
8 years ago
probonopd
bfcd7681da
Basic AppImage generation if AppImageAssistant is on the $PATH
8 years ago
probonopd
562c578a9b
Remove mentions of debug libraries (a macOS leftover)
8 years ago
probonopd
db2636d52f
Remove empty lines from output
8 years ago
probonopd
dd86b794ed
Make a bit less verbose
8 years ago
probonopd
4ea871fbcb
Use AppDir terminology instead of AppBundle (bundle is a macOS term)
8 years ago
probonopd
7fedb50c74
Reflect the fact that we are using ldd rather than otool
8 years ago
probonopd
66ac27099d
Attempt at closing #3 , reopen if this causes issues
8 years ago
probonopd
48d4c91556
Remove more macOS specific code
8 years ago
probonopd
f0a30793ad
Attempt at closing #4 ; please repoen if it does not work
8 years ago
probonopd
531b721442
Remove more macOS specific code
8 years ago