Skip to content

Commit

Permalink
Fixed Windows package
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoffland committed Mar 16, 2014
1 parent b455efa commit ce2e43b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openscam.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ Section -Install
File "tplang.exe"
File "images\${PRODUCT_ICON}"
File ${PRODUCT_LICENSE}
File "README"
File "ChangeLog"
File "README.md"
File "CHANGELOG.md"

; Qt DLLs
File "$%%QT4DIR%%\bin\QtCore4.dll"
Expand All @@ -71,7 +71,7 @@ Section -Install
; Examples
SetOverwrite on
SetOutPath "$INSTDIR\examples"
File /r /x .svn "examples\*.*"
File /r "examples\*.*"

; Desktop
CreateShortCut "$DESKTOP\${PRODUCT_NAME}.lnk" "$INSTDIR\${PRODUCT_EXE}" \
Expand Down

0 comments on commit ce2e43b

Please sign in to comment.