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:
parent
2afcac763d
commit
eb1a96c164
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user