File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ jobs:
4242 - name : Get changelog
4343 id : read_log
4444 run : |
45- VERSION =$(jq -r '.changelog' package.json)
45+ CHANGELOG =$(jq -r '.changelog' package.json)
4646 echo "changelog=$CHANGELOG" >> $GITHUB_OUTPUT
4747
4848 - name : Update changelog in manifest file
4949 run : |
50- sed -i "s/changelog=changelog/changelog=${{ steps.read_version .outputs.changelog }}/" app/manifest
50+ sed -i "s/changelog=changelog/changelog=${{ steps.read_log .outputs.changelog }}/" app/manifest
5151
5252 - name : Build Package
5353 run : |
Original file line number Diff line number Diff line change 11appname=code.editor
22version=0.0.1
33changelog=changelog
4- desc=`<div>VS Code 同源库,支持多种编码文件的操作,更有语法高亮、代码补全。</div>
5- <div>text、txt、js、ts、html、htm、css、scss、less、json、md、py、java、c、cpp、cc、cxx、go、rs、php、rb、sh、sql、xml、yaml、yml、vue 后缀文件直接双击文件或右键选择代码编辑器打开。</div><div>非上述后缀文件,右键【详细信息】-【复制原始路径】,点击桌面图标访问后粘贴路径打开。 </div>
4+ desc=`<div>VS Code 同源库,支持多种编码文件的操作,更有语法高亮、代码补全。</div><div>多数文件可双击文件或右键选择代码编辑器打开,部分文件可右键【详细信息】-【复制原始路径】,点击桌面图标访问后粘贴路径打开。</div>
5+ <div>程序已开源,喜欢可 Star,欢迎 <a href="https://github.com/FNOSP/App.Bin.CodeEditor/issues" target="_blank">Issues</a> </div>
66<div>提示:移动端暂未做 UI 适配,访问可能布局错乱;访问二进制文件将显示乱码,请谨慎操作。</div>`
77arch=x86_64
88display_name=代码编辑器
You can’t perform that action at this time.
0 commit comments