summaryrefslogtreecommitdiffhomepage
path: root/windows/nsis-plugins/src/cleanup/cleaningops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'windows/nsis-plugins/src/cleanup/cleaningops.cpp')
-rw-r--r--windows/nsis-plugins/src/cleanup/cleaningops.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/nsis-plugins/src/cleanup/cleaningops.cpp b/windows/nsis-plugins/src/cleanup/cleaningops.cpp
index 3a7ac99abf..2a29e8dd1c 100644
--- a/windows/nsis-plugins/src/cleanup/cleaningops.cpp
+++ b/windows/nsis-plugins/src/cleanup/cleaningops.cpp
@@ -153,6 +153,7 @@ void MigrateCacheServiceUser()
notNamedSet->addObject(L"account-history.json");
notNamedSet->addObject(L"settings.json");
+ notNamedSet->addObject(L"device.json");
files.addFilter(std::move(notNamedSet));
files.addFilter(std::make_unique<common::fs::FilterFiles>());