File tree Expand file tree Collapse file tree 3 files changed +13
-84
lines changed
Expand file tree Collapse file tree 3 files changed +13
-84
lines changed Original file line number Diff line number Diff line change 1- io.github.msojocs.wechat-devtools (1.05.2203070-7 ) unstable; urgency=medium
1+ io.github.msojocs.wechat-devtools (BUILD_VERSION ) unstable; urgency=medium
22
33 * fix:
4- - cli
5- * 兼容
6- - ubuntu16.04
4+ - 国内网络vscode-ripgrep安装失败的问题
5+ - 内部的更新检查界面无法正常使用
6+ - 修复可能出现扩展宿主意外终止的问题
7+ * feat:
8+ - 主题深浅跟随系统变化, 感谢icepie的参与
9+ * update:
10+ - 更新nwjs与nodejs
711
8- -- msojocs <jiyecafe@gmail.com> Wed, 23 Mar 2022 14:56:04 +0800
12+ -- msojocs <jiyecafe@gmail.com> Mon, 11 Mar 2022 14:56:04 +0800
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -57,9 +57,12 @@ notice "COPY Files"
5757cp -r " $root_dir /res/deepin" /* $build_dir
5858mv " $build_dir /opt/apps/io.github.msojocs.wechat-devtools" /* $base_dir
5959rm -r " $build_dir /opt/apps/io.github.msojocs.wechat-devtools"
60- sed -i " s/BUILD_VERSION/${BUILD_VERSION// v/ } /" " $build_dir /debian/control" " $base_dir /info"
60+ sed -i " s/BUILD_VERSION/${BUILD_VERSION// v/ } /" " $build_dir /debian/control" " $build_dir /debian/changelog " " $ base_dir /info"
6161sed -i " s/io.github.msojocs.wechat-devtools/$package_name /g" " $base_dir /info" " $build_dir /debian/control" " $build_dir /debian/changelog"
6262\c p -rf " $root_dir /bin/wechat-devtools" " $base_dir /files/bin/bin/wechat-devtools"
63+ # 时间
64+ build_time=$( LANG=en_US date ' +%a, %d %b %Y %H:%M:%S %z' )
65+ sed -i " s#[A-Za-z]\+, [0-9]\+ [A-Za-z]\+ [0-9]\+ [0-9]\+:[0-9]\+:[0-9]\+ +[0-9]\+#${build_time} #" " $build_dir /debian/changelog"
6366
6467# desktop
6568\c p -rf " $root_dir /res/template.desktop" " $base_dir /entries/applications/$package_name .desktop"
You can’t perform that action at this time.
0 commit comments