diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2019-04-25 23:42:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-25 23:42:13 +0700 |
commit | 57d4fd2a23cd767e9a0111d7b87596341d940c3a (patch) | |
tree | a751ae61936637fa5f88eceab078d284acb4e27f /system/android-file-transfer/README | |
parent | 027f6da271483c39f963dbef1c9f42dfc09ee0cc (diff) |
system/android-file-transfer: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/android-file-transfer/README')
-rw-r--r-- | system/android-file-transfer/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/android-file-transfer/README b/system/android-file-transfer/README index 49af0cc9d4809..a2ec55f725b93 100644 --- a/system/android-file-transfer/README +++ b/system/android-file-transfer/README @@ -1,8 +1,8 @@ Android File Transfer for Linux - reliable MTP client with minimalistic UI similar to Android File Transfer for Mac. -Android File Transfer is by default built with qt5 ui. However, -the client may be built without ui. In this case, run the script -with the following command: +Android File Transfer by default builds qt4 ui (or qt5, +if installed). However, in building only the client, +without ui, run the script with the following command: QT_GUI=no ./android-file-transfer.SlackBuild |