https://github.com/imgk/shadow-windows
https://github.com/imgk/shadow-windows
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/imgk/shadow-windows
- Owner: imgk
- License: gpl-3.0
- Created: 2020-09-22T10:32:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T05:43:06.000Z (over 3 years ago)
- Last Synced: 2025-03-31T15:08:30.501Z (3 months ago)
- Language: Go
- Size: 415 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Windows
## How to build
Build with Go 1.16 and MinGW.
```
# build syso
x86_64-w64-mingw32-windres -o main_windows_amd64.syso resource/shadow.rc# use tags as shadow
go build -v -ldflags="-s -w -H=windowsgui" -trimpath -tags=""
```
## How to use
Put `config.json` in the directory of `shadow-windows.exe`. More information about `config.json`, please click [this](https://github.com/imgk/shadow/tree/main/doc).