Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Lofanmi/ry-hash
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-lht committed Apr 29, 2023
2 parents add3e4d + d505453 commit e90d103
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ go.work
.vscode
ui/backup
.DS_Store
ryHash
ryHash
ryHash.app
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ windows:
CGO_ENABLED=1 go build -o "ryHash.exe" -buildmode=exe -ldflags="-H windowsgui -w -s" -tags="tempdll" ./cmd/

macos:
CGO_ENABLED=1 go build -o "ryHash" -ldflags="-w -s" ./cmd/
CGO_ENABLED=1 GOARCH=amd64 go build -o "ryHash" -ldflags="-w -s" ./cmd/
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
- Linux:请自行编译

> 注:macOS M1 芯片存在使用几分钟后闪退问题,目前无解。
>
> 如果提示 「文件已损坏请移至废纸篓」或「来自身份不明的开发者」请使用以下命令:
> xattr -dr com.apple.quarantine /Applications/ryHash.app
哈希算法(可扩充):
- crc32
Expand Down

0 comments on commit e90d103

Please # to comment.