alienzj
alienzj
run_v4.sh 的 DeployApp 函数实现如下: ``` DeployApp() { ExtractApp "$WINEPREFIX" if UsePublicDir;then chgrp -R users "$WINEPREFIX" chmod -R 0775 "$WINEPREFIX" fi echo "$APPVER" > "$WINEPREFIX/PACKAGE_VERSION" } ```
但是 aur 上的版本似乎并没有这个热修复。我尝试了几遍都是这个样子。
何止这个问题,更新下 DPI 就会触发重新安装,更改下字体也会触发重新安装。
这是个严重 bug, 需要紧急修复。
> @alienzj 由 `deepin-wine-helper` 导致,参照 [#213 (comment)](https://github.com/vufa/deepin-wine-wechat-arch/issues/213#issuecomment-1090485797) ,从AUR安装最新版 `deepin-wine-wechat` 试试 感谢!
@bioconda/core Need help, please!
https://github.com/linsalrob/fastq-pair
Hello, how to get PE reads and SE reads from uneven paired FASTQ files just using seqtk?
https://github.com/jvivian/fastq_pair
@tseemann Hello, you can try this: ```bash conda install -c alienzj seqtk ```