Browse Source
Install desktop-file-utils so that it can be bundled
master
probonopd
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tests/tests-environment.sh
|
@ -16,4 +16,4 @@ chmod +x appimagetool*AppImage |
|
|
sudo cp squashfs-root/usr/bin/* /usr/local/bin |
|
|
sudo cp squashfs-root/usr/bin/* /usr/local/bin |
|
|
cd - |
|
|
cd - |
|
|
|
|
|
|
|
|
sudo apt-get -y install qt59base qt59declarative qt59webengine binutils xpra zsync |
|
|
sudo apt-get -y install qt59base qt59declarative qt59webengine binutils xpra zsync desktop-file-utils |
|
|