Commit 5ae262fc authored by BogDan Vatra's avatar BogDan Vatra
Browse files

Don't remove assets folder.


The user might copy files in assets folder at install time.

Change-Id: Ib26f6d0546aae70788c09bf455835647e3deb602
Reviewed-by: default avatarEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Reviewed-by: default avatarBogDan Vatra <bogdan@kde.org>
Showing with 0 additions and 2 deletions
...@@ -865,8 +865,6 @@ void cleanTopFolders(const Options &options, const QDir &srcDir, const QString & ...@@ -865,8 +865,6 @@ void cleanTopFolders(const Options &options, const QDir &srcDir, const QString &
void cleanAndroidFiles(const Options &options) void cleanAndroidFiles(const Options &options)
{ {
deleteRecursively(options.outputDirectory + "assets");
if (!options.androidSourceDirectory.isEmpty()) if (!options.androidSourceDirectory.isEmpty())
cleanTopFolders(options, options.androidSourceDirectory, options.outputDirectory); cleanTopFolders(options, options.androidSourceDirectory, options.outputDirectory);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment