Skip to content

Commit

Permalink
feat: update application icon and configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
pteich committed Feb 18, 2025
1 parent 7e3290e commit e5f656b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
go-version: 1.24.x

- name: Install lib dependencies
run: sudo apt install libx11-dev libgl1-mesa-dev xorg-dev libxkbcommon-dev mingw64 gcc
run: sudo apt install libx11-dev libgl1-mesa-dev xorg-dev libxkbcommon-dev gcc-mingw64-w64 gcc

- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ builds:
- linux
- windows
- darwin
- freebsd
goarch:
- amd64
- arm64
Expand Down
8 changes: 8 additions & 0 deletions FyneApp.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Website = "https://github.com/pteich/us3ui"

[Details]
Icon = "Icon.png"
Name = "Universal s3 GUI"
ID = "de.peter-teich.us3ui"
Version = "0.1.0"
Build = 3
File renamed without changes
File renamed without changes
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Universal S3 UI is a lightweight, cross-platform graphical user interface for ma
- **Responsive UI**: Resizable columns for better visibility of object details


## Download Pre-built Binaries

You can download pre-built binaries for Linux, macOS, and Windows from the [GitHub Releases](https://github.com/pteich/us3ui/releases) page. This allows you to quickly get started with Universal S3 UI without needing to build from source. Simply download the appropriate binary for your operating system, extract it, and run the executable.

## Getting Started

### Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion bundled.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import (
_ "embed"
)

//go:embed images/logo.png
//go:embed Icon.png
var iconPNG []byte

0 comments on commit e5f656b

Please sign in to comment.