Ver código fonte

压缩工具添加

master
SisMaker 4 anos atrás
pai
commit
5db9d28e3b
5 arquivos alterados com 9 adições e 3 exclusões
  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 Ver arquivo

@ -1,6 +1,4 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

+ 9
- 1
README.md Ver arquivo

@ -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 Ver arquivo


BIN
upx396/upx Ver arquivo


BIN
upx396/upx.exe Ver arquivo


Carregando…
Cancelar
Salvar