2022.9.27
(Automated Release by Github Actions / 由 GitHub CI/CD 自动发布)
-
branch
refs/heads/master
-
commit
c1e7afb184c0ecc1bd6f0451572f05b9c8b3aba2
-
message
[release] Merge branch 'master' of https://github.com/zenustech/zeno
-
version
2022.9.27
-
Windows: After download, extract the zip file to a directory, then double-click the file
000_start.bat
in that directory to start our application. Alternatively you may manually runzenoedit.exe
. If you encounter bugs, please let us know by submitting a Github Issue, thank for your support! -
Linux: Our released binary support Ubuntu 20.04 and above, otherwise please build from source. Extract the downloaded tar.gz to a directory, then run
bash 000_start.sh
in that directory to start our application. Alternatively you may manually runusr/bin/zenoedit
in there. Trychmod +x usr/bin/*
if they don't have execute permission. -
Windows: 下载后,把 zip 文件解压到一个目录,然后双击其中的
000_start.bat
这个文件,即可启动我们的程序。此外您也可以找到zenoedit.exe
直接双击运行。如果您遇到了 BUG,请通过提交 Github Issue 的方式来反馈给我们, 感谢您的支持! -
Linux: 我们发布的二进制版支持 Ubuntu 20.04 以上的系统,否则请从源码构建。把下载的 tar.gz 文件解压到一个目录,然后在那个目录中运行命令
bash 000_start.sh
即可启动我们的程序。此外您也可以直接运行其中的usr/bin/zenoedit
。如果遇到没有执行权限的问题可以试试看chmod +x usr/bin/*
。