summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2015-07-26 15:37:51 +0200
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-08-05 15:38:00 -0300
commit37a86b18242ccd27db41254e2f51b05b05509c8a (patch)
treec5c8762e1dc4accb1588deea5811d15d7b50efdc /changes
parenta119c4ba82daedcea571950ce6f2e8b09289e5fa (diff)
[feat] Move the updater code from the launcher
The new pyinstaller method will rule out the launcher, we need the updater working inside bitmask client. - Closes: #7291
Diffstat (limited to 'changes')
-rw-r--r--changes/feature-7291_move_tuf1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/feature-7291_move_tuf b/changes/feature-7291_move_tuf
new file mode 100644
index 00000000..3db1fd2b
--- /dev/null
+++ b/changes/feature-7291_move_tuf
@@ -0,0 +1 @@
+- Move the updater code from the launcher to the client (Closes: #7291)