1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2025-04-09 19:15:43 +02:00

Update clean_tarball.sh

warning against removing sqlite. it is used with Linux with cmake switch on CentOS6
USE_OUR_OWN_SQLITE3=TRUE
This commit is contained in:
Jürgen Weigert 2017-09-28 21:09:43 +02:00 committed by GitHub
parent 2afcac763d
commit eb1a96c164

View File

@ -1,7 +1,7 @@
#!/bin/sh
rm -vrf admin/
rm -vrf src/3rdparty/sqlite3
rm -vrf src/3rdparty/sqlite3 # FIXME: For CentOS6 we have to use our bundled sqlite
rm -vrf binary/
rm -vrf src/3rdparty/libcrashreporter-qt
rm -vrf shell_integration/windows