diff --git a/WAPT/control b/WAPT/control index d7e0656..87143f6 100644 --- a/WAPT/control +++ b/WAPT/control @@ -1,5 +1,5 @@ package : fws-system-settings -version : 5 +version : 6 architecture : all section : base priority : optional diff --git a/setup.py b/setup.py index 34c0e35..2739d38 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,9 @@ def install(): registry_set(HKEY_LOCAL_MACHINE, r'SOFTWARE\Policies\Microsoft\Windows\Windows Search', r'AllowCortana', 0, REG_DWORD) remove_metroapp('Microsoft.Windows.Cortana') + print('Install custom logo') + filecopyto('waptexit-logo.png',makepath(programfiles32,'wapt','templates')) + def uninstall(): print('Re enabling services') for service in disabled_services: diff --git a/waptexit-logo.png b/waptexit-logo.png new file mode 100644 index 0000000..f39cd0d Binary files /dev/null and b/waptexit-logo.png differ