From 836acf9001410aab41c6cb7a9f4f28b2c8936207 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sat, 8 Dec 2018 09:46:16 +0100 Subject: [PATCH] Fix remove_shutdown_script --- WAPT/control | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WAPT/control b/WAPT/control index 145a0f6..7ecc147 100644 --- a/WAPT/control +++ b/WAPT/control @@ -1,5 +1,5 @@ package : fws-remove-fwsupdates -version : 1 +version : 3 architecture : all section : base priority : optional diff --git a/setup.py b/setup.py index 5eacd54..0ea3406 100644 --- a/setup.py +++ b/setup.py @@ -5,8 +5,8 @@ uninstallkey = [] def install(): print('Shutdown scripts') - remove_shutdown_script(r'fwsupdates.vbs') - remove_shutdown_script(r'wpkg.bat') + remove_shutdown_script(r'fwsupdates.vbs','') + remove_shutdown_script(r'wpkg.bat','') print('Removing start menu entries') if isfile(makepath(os.getenv('ALLUSERSPROFILE'),'Microsoft','Windows','Start Menu','Programs','Startup','chkupd_bgmon.vbs')):