From b5d7e5ec7b4532e39c36762a93a2c878d28d6931 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 10 Aug 2015 17:03:46 +0200 Subject: [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 --- changes/feature-7342_apply_updates | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature-7342_apply_updates (limited to 'changes') 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) -- cgit v1.2.3