基于fsnotify的文件监控模块,为eSync自动编译加载提供更改监听功能!
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- # fileSync 同步文件更改相关
-
- # go windows下程序运行隐藏dos窗口
- go build -ldflags "-a -s -w -H=windowsgui"
- start ./upx396/upx.exe --best fileSync.exe
-
- # linux 编译
- go build -ldflags "-a -s -w"
- ./upx396/upx --best fileSync
-
-
-
-
|