Skip to content

Commit

Permalink
Small fix to Windows installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew authored and chrisforbes committed Sep 9, 2010
1 parent 59cf76b commit bbf2d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/windows/OpenRA.nsi
Expand Up @@ -47,8 +47,8 @@ Var StartMenuFolder

!insertmacro MUI_LANGUAGE "English"

Var DownloadCount
!macro DownloadDependency name saveas
Var DownloadCount
IntOp $DownloadCount 0 + 1
download:
NSISdl::download "http://open-ra.org/get-dependency.php?file=${name}" ${saveas}
Expand Down

0 comments on commit bbf2d68

Please sign in to comment.