Mercurial > hg > tony
changeset 216:5e92de3bdf63
Win32 deploy: copy pyin from subrepo instead of neighbouring directory
author | Chris Cannam |
---|---|
date | Thu, 06 Mar 2014 16:09:41 +0000 |
parents | 723ef2c9f17b |
children | 59787ea8ca75 |
files | deploy/win32/tony.wxs |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/win32/tony.wxs Thu Mar 06 16:08:31 2014 +0000 +++ b/deploy/win32/tony.wxs Thu Mar 06 16:09:41 2014 +0000 @@ -36,17 +36,17 @@ Id="pyinlib" Name="pyin.dll" DiskId="1" - Source="..\pyin.dll"/> + Source="pyin\release\pyin.dll"/> <File Id="pyincat" Name="pyin.cat" DiskId="1" - Source="..\pyin\pyin.cat"/> + Source="pyin\pyin.cat"/> <File Id="pyinrdf" Name="pyin.n3" DiskId="1" - Source="..\pyin\pyin.n3"/> + Source="pyin\pyin.n3"/> </Component> </Directory>