Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
habedi committed Jan 16, 2025
1 parent 2fe3f7f commit e13eb64
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 15 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ jobs:
# Build the application
- name: Build for MacOS
run: |
mkdir -p bin
GOARCH=amd64 go build -o bin/gogg-x86_64 ./main.go
GOARCH=arm64 go build -o bin/gogg-arm64 ./main.go
lipo -create -output bin/gogg bin/gogg-x86_64 bin/gogg-arm64
make build-macos
continue-on-error: false

Expand Down
38 changes: 27 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,33 @@
# Gogg: A Downloader for GOG
<div align="center">
<picture>
<source media="(prefers-color-scheme: light)" srcset="assets/logo-v1.jpeg">
<source media="(prefers-color-scheme: dark)" srcset="assets/logo-v1.jpeg">
<img alt="Gogg logo" src="assets/logo-v1.jpeg" height="40%" width="40%">
</picture>
</div>
<br>

<img src="assets/logo-v1.jpeg" align="right" width="40%"/>
<p align="center">
<a href="https://github.com/habedi/gogg/actions/workflows/tests.yml">
<img src="https://github.com/habedi/gogg/actions/workflows/tests.yml/badge.svg" alt="Tests">
</a>
<a href="https://goreportcard.com/report/github.com/habedi/gogg">
<img src="https://goreportcard.com/badge/github.com/habedi/gogg" alt="Go Report Card">
</a>
<a href="https://pkg.go.dev/github.com/habedi/gogg">
<img src="https://pkg.go.dev/badge/github.com/habedi/gogg.svg" alt="Go Reference">
</a>
<a href="https://github.com/habedi/gogg/releases/latest">
<img src="https://img.shields.io/github/release/habedi/gogg.svg?style=flat-square" alt="Release">
</a>

[![Tests](https://github.com/habedi/gogg/actions/workflows/tests.yml/badge.svg)](https://github.com/habedi/gogg/actions/workflows/tests.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/habedi/gogg)](https://goreportcard.com/report/github.com/habedi/gogg)
[![Go Reference](https://pkg.go.dev/badge/github.com/habedi/gogg.svg)](https://pkg.go.dev/github.com/habedi/gogg)
[//]: # ( <a href="https://github.com/habedi/gogg/blob/main/LICENSE">)

[//]: # ([![Release]&#40;https://img.shields.io/github/release/habedi/gogg.svg?style=flat-square&#41;]&#40;https://github.com/habedi/gogg/releases/latest&#41;)
[//]: # ( <img src="https://img.shields.io/github/license/habedi/gogg" alt="License">)

[//]: # ([![License]&#40;https://img.shields.io/github/license/habedi/gogg&#41;]&#40;https://github.com/habedi/gogg/blob/main/LICENSE&#41;)
[//]: # ( </a>)
</p>

Gogg is a minimalistic CLI tool for downloading game files from [GOG.com](https://www.gog.com/).

## License
## Gogg

This project is licensed under the [MIT License](LICENSE).
Gogg is a minimalistic CLI tool for downloading game files from [GOG.com](https://www.gog.com/).

0 comments on commit e13eb64

Please sign in to comment.