probonopd
6bfb1c5b6f
https://appimage.github.io/
[ci skip]
6 years ago
probonopd
d23acde5e0
Update README.md
[ci skip]
6 years ago
probonopd
63fe76d06b
A note on DESTDIR
[ci skip]
6 years ago
probonopd
88f45d7347
Insatll newer CMake
[ci skip]
6 years ago
probonopd
0dd02e3c3d
-DCMAKE_INSTALL_LIBDIR=/usr/lib
https://code.wireshark.org/review/#/c/30953/3/CMakeLists.txt
{ci skip}
6 years ago
probonopd
56041408ce
Fix typo, closes #332
6 years ago
probonopd
d1aa65d2f3
Update README.md
[ci skip]
6 years ago
Patrick José Pereira
d30f9ee39b
README: Add mini-qml in projects section ( #330 )
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
6 years ago
Doug Beney
ce1e066aa6
Added important info on how to get icon themes working ( #323 )
[ci skip]
6 years ago
probonopd
c6c6898464
Don't need -bundle-non-qt-libs anymore
[ci skip]
6 years ago
Florian Märkl
b9b3321202
Add -ignore-glob argument ( #305 )
6 years ago
probonopd
fde31cbbbc
Fix for "make: Nothing to be done for 'install'"
[ci skip]
7 years ago
Thorbjørn Lindeijer
6f99c9911b
README.md: Updated usage summary
Copy/pasted from the latest output of `linuxdeployqt --help`.
7 years ago
probonopd
e3083e3e79
Fix path to icons
https://discourse.appimage.org/t/correct-icons-path-in-an-appimage-tree/334/3?u=probono
7 years ago
probonopd
9be9afce23
Update README.md
[ci skip]
7 years ago
Adam Zahran
2e4ff40262
updated readme.md
* a template in the AppDir tree instead of hardcoded values
* replaced linuxdeployqt with linuxdeployqt-continuous-x86_64.AppImage in the commandline example
7 years ago
Adam Zahran
7fdf339132
Updated the readme simplist example.
made it a bit more complicated, but at least anyone reading won't have to ask amiright lol
7 years ago
probonopd
ec23a7a62e
Explain `make install` better
[ci skip]
7 years ago
Verban Adrian
0cde4e7f4a
Added requested documentation ( #212 )
Added usage documentation for -extra-plugins argument, with usage examples.
7 years ago
probonopd
e3c0ab3421
Update README.md
[ci skip]
7 years ago
probonopd
647215f3d2
Overhaul intro, partly addresses #202
[ci skip]
7 years ago
Mostafa Sedaghat Joo
c1ee04f116
Update README.md ( #201 )
7 years ago
TheAssassin
c79387c953
Improve instructions in README ( #197 )
Most important change is replacing `-q` with `-nv` (non-verbose, i.e., shows some meta information, but won't display a progress bar). [ci skip]
7 years ago
probonopd
23400c5066
ppa:beineri/opt-qt593-trusty
[ci skip]
7 years ago
TheAssassin
afac55f2de
Improve README ( #187 )
Be explicit about linuxdeployqt's filename (because [explicit is better than implicit](https://www.python.org/dev/peps/pep-0020/ )).
Relative paths don't need a `./` prefix.
uploadtool now creates `continuous` branches with a suffix, and the `exclude` list should respect that.
7 years ago
probonopd
072f773795
self-extracting compressed archive
[ci skip]
7 years ago
probonopd
002f1e62a9
Fix indentation
[ci skip]
7 years ago
probonopd
a5742783cf
https://github.com/probonopd/ImageMagick
[ci skip]
7 years ago
probonopd
80d84514d6
wget -c -q
[ci skip]
7 years ago
probonopd
9acc3bb335
export VERSION
7 years ago
probonopd
d18947f686
ppa:beineri/opt-qt592-trusty and reworded PR
7 years ago
probonopd
4a95d67e3c
Suggest using uploadtool
[ci skip]
7 years ago
probonopd
7c20299686
https://appimage.github.io/apps
[ci skip]
7 years ago
probonopd
7fb2c5c876
Add Subsurface
[ci skip]
7 years ago
probonopd
3c247d9790
linuxdeployqt-continuous-x86_64.AppImage
7 years ago
probonopd
7d7fe53602
https://github.com/AppImage/AppImageKit/
[ci skip]
7 years ago
probonopd
5a6438cacd
Update PPA
[ci skip]
7 years ago
Lilian A. Moraru
01ff23053a
Suggest optimized builds
7 years ago
probonopd
51d61f0224
Update README.md
7 years ago
probonopd
50f650bd4d
Update README.md
7 years ago
probonopd
b65b349b55
Update README.md
7 years ago
orbifx
c662e56e2f
Elaborates on -qmldir
8 years ago
orbifx
f399119ab6
Show example usage and restructures usage section ( #139 )
8 years ago
probonopd
c8aac7154e
Codacy Badge
[ci skip]
8 years ago
probonopd
2f52ffe4c8
Clarify make install for .pro files
[ci skip]
8 years ago
probonopd
e785c90e3c
Update README.md
[ci skip]
8 years ago
probonopd
e273dba26c
make -j$(nproc)
[ci skip]
8 years ago
probonopd
0f2dba46ff
Translations deployment, thanks Ribtoks
https://github.com/probonopd/linuxdeployqt/compare/16f2176...Ribtoks:18efafdea7cd77fb9e201ecfbf522b5d5c68a165?expand=1
8 years ago
Piotr Krzemiński
85b2b44f34
add QNapi to project list that uses linuxdeployqt ( #119 )
8 years ago
Martin Höher
a3a6376573
Allow the qmake executable to be passed on CLI
This change adds a new command line option `qmake` to the tool which
allows the user to specify the qmake executable to be used. By default,
if that option is omitted, the behavior is unchanged (i.e. the tool first
searches for the `qmake` executable and - if this is not successful -
then for either `qmake-qt5` or `qmake-qt4`. If the new option is used,
no search takes place and instead the executable provided is used as-is.
This implements a part of the functionality as discussed in issue #94 .
8 years ago