Explorar el Código

Merge pull request #131 from ehartford/master

add windows install script
pull/152/head
Kim Silkebækken hace 8 años
padre
commit
142a6c3f83
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      install.ps1

+ 3
- 0
install.ps1 Ver fichero

@ -0,0 +1,3 @@
$sa = new-object -comobject shell.application
$fonts = $sa.NameSpace(0x14)
gci $PSScriptRoot -i *.ttf, *.otf -Recurse | %{$fonts.CopyHere($_.FullName)}

Cargando…
Cancelar
Guardar