forked from pool/telegram-desktop
8baab0e83f
- Update to 2.4.4 * Fix application quit on call end with main window hidden in tray. * Update OpenAL library on Windows. * Several crash fixes. - Stricter constraints for i586 OBS-URL: https://build.opensuse.org/request/show/844118 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=166
28 lines
596 B
XML
28 lines
596 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<constraints>
|
|
<hardware>
|
|
<physicalmemory>
|
|
<size unit="G">16</size>
|
|
</physicalmemory>
|
|
<memoryperjob>
|
|
<size unit="M">2048</size>
|
|
</memoryperjob>
|
|
</hardware>
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>aarch64</arch>
|
|
<arch>armv7l</arch>
|
|
<arch>armv6l</arch>
|
|
<arch>i586</arch>
|
|
</conditions>
|
|
<hardware>
|
|
<physicalmemory>
|
|
<size unit="G">8</size>
|
|
</physicalmemory>
|
|
<memoryperjob>
|
|
<size unit="M">1024</size>
|
|
</memoryperjob>
|
|
</hardware>
|
|
</overwrite>
|
|
</constraints>
|