Browse Source

压缩工具添加

master
SisMaker 4 years ago
parent
commit
5db9d28e3b
5 changed files with 9 additions and 3 deletions
  1. +0
    -2
      .gitignore
  2. +9
    -1
      README.md
  3. BIN
      fileSync.exe
  4. BIN
      upx396/upx
  5. 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


Loading…
Cancel
Save