Skip to content

Instantly share code, notes, and snippets.

@gslin
Created February 19, 2011 13:46
Show Gist options
  • Save gslin/835068 to your computer and use it in GitHub Desktop.
Save gslin/835068 to your computer and use it in GitHub Desktop.
#
name "Restore Fonts Packages"
outFile "Setup.exe"
setCompressor /solid lzma
installDir "$WINDIR\Fonts"
section
setOutPath $INSTDIR
file "Inconsolata\Inconsolata.otf"
file "liberation-fonts-ttf-1.06.0.20100721\Liberation*.ttf"
file "ttf-bitstream-vera-1.10\*.ttf"
sectionEnd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment