瀏覽代碼

Merge pull request #131 from ehartford/master

add windows install script
pull/152/head
Kim Silkebækken 8 年之前
父節點
當前提交
142a6c3f83
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      install.ps1

+ 3
- 0
install.ps1 查看文件

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

Loading…
取消
儲存