Add FWS logo for waptexit

master
Daniel Berteaud 5 years ago
parent 648338ca43
commit b582899829
  1. 2
      WAPT/control
  2. 3
      setup.py
  3. BIN
      waptexit-logo.png

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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Loading…
Cancel
Save