修复「关于文件互传的bug」 close #63

修复remote app参数无法设置的问题
This commit is contained in:
dushixiang
2021-02-18 18:57:11 +08:00
parent 3e97c9d028
commit f9f2204207
5 changed files with 10 additions and 7 deletions

View File

@ -22,7 +22,7 @@ import (
"time"
)
const Version = "v0.2.3"
const Version = "v0.2.4"
func main() {
log.Fatal(Run())