mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-09 20:52:40 +01:00
Хуй!
This commit is contained in:
parent
29d7bc4891
commit
be8790bfe1
@ -1032,13 +1032,13 @@
|
||||
type="Application",
|
||||
icon="IgorTimofeev/OpenComputers/master/Applications/Chat/Icon.pic",
|
||||
createShortcut="desktop",
|
||||
version=1.0,
|
||||
},
|
||||
{
|
||||
name="MineOS/System/Chat/Avatars/MyAvatar.pic",
|
||||
url="IgorTimofeev/OpenComputers/master/Applications/Chat/MyAvatar.pic",
|
||||
type="Script",
|
||||
version=1.0,
|
||||
version=1.01,
|
||||
resources = {
|
||||
{
|
||||
name="Avatars/MyAvatar.pic",
|
||||
url="IgorTimofeev/OpenComputers/master/Applications/Chat/MyAvatar.pic",
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
name="MineOS/Applications/TurretControl",
|
||||
|
||||
@ -56,8 +56,9 @@ modem.open(port)
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
local pathToSaveSendedFiles = "MineOS/Downloads/"
|
||||
local contactsAvatarsPath = "MineOS/System/Chat/Avatars/"
|
||||
local pathToApplication = "/MineOS/Applications/Chat.app/"
|
||||
local pathToSaveSendedFiles = "/MineOS/Downloads/"
|
||||
local contactsAvatarsPath = pathToApplication .. "Resources/Avatars/"
|
||||
local personalAvatarPath = contactsAvatarsPath .. "MyAvatar.pic"
|
||||
local chatHistoryPath = "MineOS/System/Chat/History.cfg"
|
||||
local avatarWidthLimit = 6
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user