diff options
author | Ruben Pollan <meskio@sindominio.net> | 2015-08-10 17:03:46 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2015-08-10 17:03:46 +0200 |
commit | b5d7e5ec7b4532e39c36762a93a2c878d28d6931 (patch) | |
tree | 3ae9277875ebe9907ab8e031fd7f61a816dcd8b7 /changes | |
parent | a688be4894e6f7bfc4dad414b2b4c0f747af945b (diff) |
[feat] Add script apply_updates.py for pyinstaller bundle
apply_updates.py applies the already downloaded files from the updates
folder and removes all the obsolete files from the bundle. It's meant
to be use by the pyinstaller bundle.
- Resolves: #7342
- Related: #5876
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature-7342_apply_updates | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/feature-7342_apply_updates b/changes/feature-7342_apply_updates new file mode 100644 index 00000000..df7bd726 --- /dev/null +++ b/changes/feature-7342_apply_updates @@ -0,0 +1 @@ +- Added apply_updates.py script for the pyinstaller bundle (Closes: #7342) |