summary refs log tree commit diff stats
path: root/win32
diff options
context:
space:
mode:
authorTingPing <tingping@fedoraproject.org>2014-06-04 14:07:43 -0400
committerTingPing <tingping@fedoraproject.org>2014-06-04 14:07:43 -0400
commitc1d9aad546789125d1557d5a088a52f7efaaaed6 (patch)
treee3c6c0511edfd3222a1197b1bb5bfc69261d5be1 /win32
parent3cd8556c542721f41b63d1978d75ce8891f27908 (diff)
win32: Fix path in installer project
Diffstat (limited to 'win32')
-rw-r--r--win32/installer/installer.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/installer/installer.vcxproj b/win32/installer/installer.vcxproj
index ad0d1a66..a3d546c9 100644
--- a/win32/installer/installer.vcxproj
+++ b/win32/installer/installer.vcxproj
@@ -64,7 +64,7 @@
       <Command>

       <![CDATA[

 SET SOLUTIONDIR=$(SolutionDir)..\

-powershell -File "$(SolutionDir)..\version-template.ps1" "$(SolutionDir)..\win32\installer\hexchat.iss.tt" "$(SolutionDir)..\win32\installer\hexchat.iss"

+powershell -File "$(SolutionDir)..\win32\version-template.ps1" "$(SolutionDir)..\win32\installer\hexchat.iss.tt" "$(SolutionDir)..\win32\installer\hexchat.iss"

 del "$(OutDir)hexchat.iss"

 type hexchat.iss >> "$(OutDir)hexchat.iss"

 $(IsccPath) /dPROJECTDIR="$(ProjectDir)" /dAPPARCH="$(Platform)" "$(OutDir)hexchat.iss"