mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-17 11:10:18 +00:00
new name after fork
This commit is contained in:
@@ -2,21 +2,21 @@
|
||||
:: TODO: change it to LocalAppdata when GLib is updated
|
||||
@echo off
|
||||
|
||||
set DEPS_ROOT=C:\mozilla-build\hexchat
|
||||
set DEPS_ROOT=C:\mozilla-build\zoitechat
|
||||
set SPELLING_DEST=..\build\spelling
|
||||
|
||||
rmdir /q /s %SPELLING_DEST%
|
||||
mkdir %SPELLING_DEST%
|
||||
xcopy /q /s /i %DEPS_ROOT%\myspell\dicts %SPELLING_DEST%\myspell
|
||||
cd ..
|
||||
echo [Setup] > build\spelling\hexchat-spelling.iss
|
||||
echo WizardImageFile=%cd%\installer\wizardimage.bmp >> build\spelling\hexchat-spelling.iss
|
||||
echo WizardSmallImageFile=%cd%\installer\wizardsmallimage.bmp >> build\spelling\hexchat-spelling.iss
|
||||
echo [Setup] > build\spelling\zoitechat-spelling.iss
|
||||
echo WizardImageFile=%cd%\installer\wizardimage.bmp >> build\spelling\zoitechat-spelling.iss
|
||||
echo WizardSmallImageFile=%cd%\installer\wizardsmallimage.bmp >> build\spelling\zoitechat-spelling.iss
|
||||
cd ..\share\icons
|
||||
echo SetupIconFile=%cd%\hexchat.ico >> win32\build\spelling\hexchat-spelling.iss
|
||||
echo SetupIconFile=%cd%\zoitechat.ico >> win32\build\spelling\zoitechat-spelling.iss
|
||||
cd ..\..
|
||||
type win32\spelling\hexchat-spelling.skel.iss >> win32\build\spelling\hexchat-spelling.iss
|
||||
type win32\spelling\zoitechat-spelling.skel.iss >> win32\build\spelling\zoitechat-spelling.iss
|
||||
set PATH=%PROGRAMFILES(X86)%\Inno Setup 5
|
||||
compil32 /cc win32\build\spelling\hexchat-spelling.iss
|
||||
compil32 /cc win32\build\spelling\zoitechat-spelling.iss
|
||||
cd win32\spelling
|
||||
pause
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
AppName=HexChat Spelling Dictionaries
|
||||
AppVerName=HexChat Spelling Dictionaries r1
|
||||
AppName=ZoiteChat Spelling Dictionaries
|
||||
AppVerName=ZoiteChat Spelling Dictionaries r1
|
||||
AppVersion=1.0
|
||||
VersionInfoVersion=1.0
|
||||
OutputBaseFilename=HexChat Spelling Dictionaries r1
|
||||
AppPublisher=HexChat
|
||||
AppPublisherURL=http://www.hexchat.org/
|
||||
OutputBaseFilename=ZoiteChat Spelling Dictionaries r1
|
||||
AppPublisher=ZoiteChat
|
||||
AppPublisherURL=http://www.zoitechat.org/
|
||||
AppCopyright=Copyright (C) 1998-2010 Peter Zelezny
|
||||
AppSupportURL=https://github.com/hexchat/hexchat/issues
|
||||
AppUpdatesURL=http://www.hexchat.org/home/downloads
|
||||
AppSupportURL=https://github.com/zoitechat/zoitechat/issues
|
||||
AppUpdatesURL=http://www.zoitechat.org/home/downloads
|
||||
DefaultDirName={localappdata}\enchant
|
||||
DefaultGroupName=HexChat
|
||||
DefaultGroupName=ZoiteChat
|
||||
DisableProgramGroupPage=yes
|
||||
DisableDirPage=yes
|
||||
SolidCompression=yes
|
||||
@@ -28,4 +28,4 @@ ArchitecturesAllowed=x86 x64
|
||||
Source: "myspell\*"; DestDir: "{app}\myspell"; Flags: createallsubdirs recursesubdirs
|
||||
|
||||
[Messages]
|
||||
BeveledLabel= HexChat
|
||||
BeveledLabel= ZoiteChat
|
||||
Reference in New Issue
Block a user