1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-10 22:41:43 +02:00
This commit is contained in:
Anton Titovets
2024-12-13 21:03:35 +03:00
parent 1d86e4fecb
commit 88369e5bb4
6 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<bundle xmlns="http://v8.1c.ru/8.2/addin/bundle">
<component os="Windows" path="AddIn_x86_windows.dll" type="native" arch="i386"/>
<component os="Windows" path="AddIn_x64_windows.dll" type="native" arch="x86_64"/>
<component os="Linux" path="AddIn_x86_linux.so" type="native" arch="i386"/>
<component os="Linux" path="AddIn_x64_linux.so" type="native" arch="x86_64"/>
<?xml version='1.0' encoding='UTF-8'?>
<bundle xmlns='http://v8.1c.ru/8.2/addin/bundle' name='OPIADDIN'>
<component os='Windows' path='AddIn_x86_windows.dll' type='native' arch='i386' />
<component os='Windows' path='AddIn_x64_windows.dll' type='native' arch='x86_64' />
<component os='Linux' path='AddIn_x86_linux.so' type='native' arch='i386' />
<component os='Linux' path='AddIn_x64_linux.so' type='native' arch='x86_64' />
</bundle>

Binary file not shown.

Binary file not shown.

Binary file not shown.