打包了适用于Debian 12 的linux 微信。

有做的不足的,希望大家指正并讨论。
将依赖libssl1.1升级到libssl3.并添加了共享库 libatomic.so.1
链接: 百度网盘 请输入提取码
提取码: t9fu
因为微信需要验证系统,采用了bwrap.这样并不影响本机系统信息。

#!/bin/bash

LSB_RELEASE_FILE=$(realpath /etc/lsb-release)


bwrap --dev-bind / / \
      --bind /opt/wechat/license/usr/lib/license/libuosdevicea.so /usr/lib/license/libuosdevicea.so \
      --bind /opt/wechat/license/var/lib/uos-license /var/lib/uos-license \
      --bind /opt/wechat/license/var/uos /var/uos \
      --bind /opt/wechat/uos-lsb ${LSB_RELEASE_FILE} \
      --bind /opt/wechat/uos-release /usr/lib/os-release \
     cat /usr/lib/os-release
2 个赞

版本多少?
是 1.0.0.238 版本,还是

根据242

usr/share/applications/wechat.desktop

Comment[tr]=WeChat Desktop
Comment[zh_CN]=微信桌面版

你在 土耳其?

另外,建议顺便下一版本里,把control 这里修正一下:

Section: default
Section: net

版本号也稍微变动一下,避免和官方版本混浠。

确实

我基于aur上的wechat-universal-bwrap打包了debian12的版本,放在了obs:Show home:amazingfate:wechat / wechat-universal-bwrap - openSUSE Build Service

另外针对ubuntu noble打包的放在了ppa:WeChat Client for Linux : JianFeng Liu