From 8dc9db1f59a78b2d66e8a9e226b2753012b0da4e Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sun, 19 Mar 2023 16:38:43 +0800 Subject: [PATCH] new --- deb/DEBIAN/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deb/DEBIAN/postinst b/deb/DEBIAN/postinst index fdb14f0..20c6b0b 100755 --- a/deb/DEBIAN/postinst +++ b/deb/DEBIAN/postinst @@ -64,4 +64,4 @@ fi # 设置目录权限,让用户可读可写,方便后续删除组件 chmod 777 -R /opt/apps/deepin-wine-runner # 向服务器返回安装数加1(不显示内容且忽略错误) -python3 /opt/apps/deepin-wine-runner/Download.py 3.1.0 > /dev/null 2>&1 | true +python3 /opt/apps/deepin-wine-runner/Download.py 3.2.0 > /dev/null 2>&1 | true