ソースを参照

压缩工具添加

master
SisMaker 4年前
コミット
5db9d28e3b
5個のファイルの変更9行の追加3行の削除
  1. +0
    -2
      .gitignore
  2. +9
    -1
      README.md
  3. バイナリ
      fileSync.exe
  4. バイナリ
      upx396/upx
  5. バイナリ
      upx396/upx.exe

+ 0
- 2
.gitignore ファイルの表示

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

+ 9
- 1
README.md ファイルの表示

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

バイナリ
fileSync.exe ファイルの表示


バイナリ
upx396/upx ファイルの表示


バイナリ
upx396/upx.exe ファイルの表示


読み込み中…
キャンセル
保存