Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
b62dc791fb | |||
40bd96cc12 | |||
9c441ba034 | |||
a3eb2d0cf0 |
2 changed files with 2 additions and 2 deletions
|
@ -21,4 +21,4 @@ script:
|
|||
- ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -qmldir=./qml/ -bundle-non-qt-libs
|
||||
- ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -qmldir=./qml/ -appimage
|
||||
- find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
|
||||
- curl --upload-file ./FeedTheMonkey*.AppImage https://transfer.sh/FeedTheMonkey-git.$(git rev-parse --short HEAD)-x86_64.AppImage
|
||||
- curl -F "file=@$(echo FeedTheMonkey*.AppImage)" https://file.io
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* along with FeedTheMonkey. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import QtWebEngine 1.7
|
||||
import QtWebEngine 1.8
|
||||
import QtQuick 2.0
|
||||
import QtQuick.Controls 1.3
|
||||
import QtQuick.Layouts 1.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue