summary refs log tree commit diff stats
path: root/win32
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-13 22:27:12 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-13 22:27:12 +0200
commitf61726ba4924e1c67dae9097861a258d20c63f33 (patch)
treee4fcd19cf1a827dd270b7b9f94e802bd00e42c5a /win32
parente500363aff94526152fe9f3cb0a06959ec4153db (diff)
Remove the last remnants of XChat-WDK
Diffstat (limited to 'win32')
-rw-r--r--win32/release-src.bat8
-rw-r--r--win32/wdkpt/wdkpt.aip8
2 files changed, 8 insertions, 8 deletions
diff --git a/win32/release-src.bat b/win32/release-src.bat
index 9df98250..2c4f52f2 100644
--- a/win32/release-src.bat
+++ b/win32/release-src.bat
@@ -1,7 +1,7 @@
 @echo off
 set PATH=%PATH%;%PROGRAMW6432%\7-Zip;%PROGRAMFILES(X86)%\Git\bin
-git clone --branch wdk https://xchat-wdk.googlecode.com/git/ xchat-wdk
-rmdir /q /s xchat-wdk\.git
-7z a xchat-wdk-head.7z xchat-wdk
-rmdir /q /s xchat-wdk
+git clone https://github.com/hexchat/hexchat.git hexchat
+rmdir /q /s hexchat\.git
+7z a hexchat-head.7z hexchat
+rmdir /q /s hexchat
 pause
diff --git a/win32/wdkpt/wdkpt.aip b/win32/wdkpt/wdkpt.aip
index 52bbfc51..93c78967 100644
--- a/win32/wdkpt/wdkpt.aip
+++ b/win32/wdkpt/wdkpt.aip
@@ -7,10 +7,10 @@
   <COMPONENT cid="caphyon.advinst.msicomp.MsiPropsComponent">

     <ROW Property="ALLUSERS" Value="2" MultiBuildValue="DefaultBuild:1"/>

     <ROW Property="ARPCOMMENTS" Value="This installer database contains the logic and data required to install [|ProductName]." ValueLocId="*"/>

-    <ROW Property="ARPHELPLINK" Value="http://www.xchat-wdk.org/developers/wdk-platform-toolset"/>

-    <ROW Property="ARPURLINFOABOUT" Value="http://www.xchat-wdk.org/developers/wdk-platform-toolset"/>

-    <ROW Property="ARPURLUPDATEINFO" Value="http://www.xchat-wdk.org/developers/wdk-platform-toolset"/>

-    <ROW Property="Manufacturer" Value="XChat-WDK" ValueLocId="*"/>

+    <ROW Property="ARPHELPLINK" Value="http://www.hexchat.org/developers/wdk-platform-toolset"/>

+    <ROW Property="ARPURLINFOABOUT" Value="http://www.hexchat.org/developers/wdk-platform-toolset"/>

+    <ROW Property="ARPURLUPDATEINFO" Value="http://www.hexchat.org/developers/wdk-platform-toolset"/>

+    <ROW Property="Manufacturer" Value="HexChat" ValueLocId="*"/>

     <ROW Property="ProductCode" Value="1033:{FE3F5A4C-82A5-4ED9-969B-AECA6070A1A0} " Type="16"/>

     <ROW Property="ProductLanguage" Value="1033"/>

     <ROW Property="ProductName" Value="Visual Studio 2010 Windows Driver Kit Platform Toolset" ValueLocId="*"/>