Add FWS logo for waptexit

This commit is contained in:
Daniel Berteaud 2019-03-08 15:55:57 +01:00
parent 648338ca43
commit b582899829
3 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
package : fws-system-settings
version : 5
version : 6
architecture : all
section : base
priority : optional

View File

@ -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:

BIN
waptexit-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB