Skip to content

Commit

Permalink
Merge pull request #7 from PeakVue/main
Browse files Browse the repository at this point in the history
企业微信
  • Loading branch information
myml authored Jan 22, 2025
2 parents 767a6ba + 7c62970 commit 82816fb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
16 changes: 11 additions & 5 deletions arm64/linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,27 @@ package:
version: 1.0.0.0
kind: app
description: |
convert from 4.1.22.6009deepin10 Tencent WXWork Client on Deepin Wine
convert from 4.1.22.6010deepin19 Tencent WXWork Client on Deepin Wine
base: org.deepin.base.wine/23.0.0/arm64
runtime: org.deepin.runtime.wine/23.0.0/arm64

command:
- /opt/apps/com.qq.weixin.work.deepin/files/run.sh

sources:
- kind: file
url: https://aptly.uniontech.com/pkg/nonfree-eagle/release-candidate/d2luZTgtcnVudGltZTIyMDI0LTA5LTAzIDEzOjE1OjAx/pool/non-free/c/com.qq.weixin.work.deepin/signed_com.qq.weixin.work.deepin_4.1.22.6010deepin19_arm64.deb
digest: 87b42541a88aa1d1fd1ae45d80c2e7ee522994f4cff1fcb12244e3ca9f747091


build: |
set -x
SOURCES="linglong/sources"
rm -rf linglong/sources
mkdir linglong/sources
cp com.qq.weixin.work.deepin_4.1.22.6009deepin10_arm64.deb linglong/sources
dpkg-deb -x $SOURCES/com.qq.weixin.work.deepin_4.1.22.6009deepin10_arm64.deb $SOURCES/com.qq.weixin.work.deepin
dpkg-deb -x $SOURCES/signed_com.qq.weixin.work.deepin_4.1.22.6010deepin19_arm64.deb $SOURCES/com.qq.weixin.work.deepin
# run.sh替换
FILE_PATH="$SOURCES/com.qq.weixin.work.deepin/opt/apps/com.qq.weixin.work.deepin/files/run.sh"
sed -i -e 's|/opt/deepin-wine8-stable|/runtime/deepin-wine8-stable|g' \
Expand Down
17 changes: 10 additions & 7 deletions linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,29 @@ version: "1"
package:
id: com.qq.weixin.work.deepin
name: com.qq.weixin.work.deepin
version: 1.0.0.0
version: 1.0.0.2
kind: app
description: |
convert from 4.1.22.6009deepin17 Tencent WXWork Client on Deepin Wine
convert from 4.1.32.6005deepin0 Tencent WXWork Client on Deepin Wine
base: org.deepin.base.wine/23.2.0
runtime: org.deepin.runtime.wine/23.2.1

base: org.deepin.base.wine/23.2.0.5
runtime: org.deepin.runtime.wine/23.2.1.4

command:
- /opt/apps/com.qq.weixin.work.deepin/files/run.sh

sources:
- kind: file
url: https://aptly.uniontech.com/pkg/nonfree-eagle/release-candidate/d2luZTgtcnVudGltZTIyMDI0LTA5LTAzIDEzOjE1OjAx/pool/non-free/c/com.qq.weixin.work.deepin/com.qq.weixin.work.deepin_4.1.22.6009deepin17_amd64.deb
digest: 32c648f56dae3ef698958f4fcc774b061aeb3d46b6fa0eaa29e3d4e9b4f64954
url: https://winedata-dev.deepin.com/apps/com.qq.weixin.work.deepin/ce9dffd/signed_com.qq.weixin.work.deepin_4.1.32.6005deepin0_amd64.deb
digest: 5f9a6aa33fdacb3f76ef72fb83eff15326233d40ff34acb9b2b7cb66c8cec3ee


build: |
set -x
SOURCES="linglong/sources"
dpkg-deb -x $SOURCES/com.qq.weixin.work.deepin_4.1.22.6009deepin17_amd64.deb $SOURCES/com.qq.weixin.work.deepin
dpkg-deb -x $SOURCES/signed_com.qq.weixin.work.deepin_4.1.32.6005deepin0_amd64.deb $SOURCES/com.qq.weixin.work.deepin
# run.sh替换
FILE_PATH="$SOURCES/com.qq.weixin.work.deepin/opt/apps/com.qq.weixin.work.deepin/files/run.sh"
sed -i -e 's|/opt/deepin-wine8-stable|/runtime/deepin-wine8-stable|g' \
Expand Down

0 comments on commit 82816fb

Please sign in to comment.