This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
fileSync
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
压缩工具添加
master
SisMaker
4 years ago
parent
393ba45421
commit
5db9d28e3b
5 changed files
with
9 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
.gitignore
+9
-1
README.md
BIN
fileSync.exe
BIN
upx396/upx
BIN
upx396/upx.exe
+ 0
- 2
.gitignore
View File
@ -1,6 +1,4 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
+ 9
- 1
README.md
View File
@ -1,5 +1,13 @@
# fileSync 同步文件更改相关
# go windows下程序运行隐藏dos窗口
go build -ldflags -H=windowsgui
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
BIN
fileSync.exe
View File
BIN
upx396/upx
View File
BIN
upx396/upx.exe
View File
Write
Preview
Loading…
Cancel
Save