mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 05:02:50 +01:00
finish portable install support
This commit is contained in:
parent
b5d71d03b0
commit
4d2898981c
@ -45,3 +45,5 @@ xcopy /S /I ..\plugins\xdcc\xcxdcc.dll %XCHAT_DEST%\plugins\
|
||||
xcopy %LUA_BIN%\lua51.dll %XCHAT_DEST%
|
||||
xcopy /S /I /Q ..\po\locale %XCHAT_DEST%\locale
|
||||
xcopy /S /I /Q %GTK_BIN%\..\share\locale %XCHAT_DEST%\share\locale
|
||||
echo 2> portable-build
|
||||
move portable-build %XCHAT_DEST%
|
||||
|
@ -45,3 +45,5 @@ xcopy /S /I ..\plugins\xdcc\xcxdcc.dll %XCHAT_DEST%\plugins\
|
||||
xcopy %LUA_BIN%\lua51.dll %XCHAT_DEST%
|
||||
xcopy /S /I /Q ..\po\locale %XCHAT_DEST%\locale
|
||||
xcopy /S /I /Q %GTK_BIN%\..\share\locale %XCHAT_DEST%\share\locale
|
||||
echo 2> portable-build
|
||||
move portable-build %XCHAT_DEST%
|
||||
|
@ -78,7 +78,7 @@ Source: "plugins\xcewc.dll"; DestDir: "{app}\plugins"; Components: libs
|
||||
Source: "plugins\xcxdcc.dll"; DestDir: "{app}\plugins"; Components: libs
|
||||
|
||||
Source: "xchat.exe"; DestDir: "{app}"; Components: libs
|
||||
Source: "xchat-portable.exe"; DestDir: "{app}"; Components: libs
|
||||
Source: "portable-mode"; DestDir: "{app}"; Tasks: portablemode
|
||||
|
||||
Source: "plugins\xclua.dll"; DestDir: "{app}\plugins"; Components: plugins\lua
|
||||
Source: "lua51.dll"; DestDir: "{app}"; Components: plugins\lua\luawdk
|
||||
|
@ -77,7 +77,7 @@ Source: "plugins\xcewc.dll"; DestDir: "{app}\plugins"; Components: libs
|
||||
Source: "plugins\xcxdcc.dll"; DestDir: "{app}\plugins"; Components: libs
|
||||
|
||||
Source: "xchat.exe"; DestDir: "{app}"; Components: libs
|
||||
Source: "xchat-portable.exe"; DestDir: "{app}"; Components: libs
|
||||
Source: "portable-mode"; DestDir: "{app}"; Tasks: portablemode
|
||||
|
||||
Source: "plugins\xclua.dll"; DestDir: "{app}\plugins"; Components: plugins\lua
|
||||
Source: "lua51.dll"; DestDir: "{app}"; Components: plugins\lua\luawdk
|
||||
|
Loading…
Reference in New Issue
Block a user