Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Fix installing font awesome ttf
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed Jan 24, 2016
1 parent 55f5ad3 commit 2ca8e47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions windows/cantata.nsi.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ section "install"
file "sqldrivers\qsqlite.dll"
setOutPath $INSTDIR\platforms
file "platforms\qwindows.dll"
setOutPath $INSTDIR\fonts
file "fonts\fontawesome-4.3.0.ttf"
setOutPath $INSTDIR\icons
file "icons\bbc.svg"
file "icons\cbc.svg"
Expand Down Expand Up @@ -253,6 +255,7 @@ section "uninstall"
delete "$INSTDIR\iconengines\qsvgicon.dll"
delete "$INSTDIR\sqldrivers\qsqlite4.dll"
delete "$INSTDIR\sqldrivers\qsqlite.dll"
delete "$INSTDIR\fonts\fontawesome-4.3.0.ttf"
delete "$INSTDIR\icons\bbc.svg"
delete "$INSTDIR\icons\cbc.svg"
delete "$INSTDIR\icons\npr.svg"
Expand Down Expand Up @@ -610,6 +613,7 @@ section "uninstall"
rmDir $INSTDIR\helpers
rmDir $INSTDIR\iconengines
rmDir $INSTDIR\sqldrivers
rmDir $INSTDIR\fonts

rmDir $INSTDIR\icons\cantata\128
rmDir $INSTDIR\icons\cantata\64
Expand Down

0 comments on commit 2ca8e47

Please sign in to comment.