Skip to content

Commit 3b66242

Browse files
committed
update icon
1 parent 5669518 commit 3b66242

22 files changed

+18
-5
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
# Tauri AppCenter Companion
2+
13
[![publish](https://github.com/zenoxs/tauri-appcenter-companion/actions/workflows/publish.yml/badge.svg)](https://github.com/zenoxs/tauri-appcenter-companion/actions/workflows/publish.yml)
24
[![GitHub license](https://badgen.net/github/release/zenoxs/tauri-appcenter-companion)](https://github.com/zenoxs/tauri-appcenter-companion/releases/latest)
35
[![GitHub license](https://badgen.net/badge/os/windows%20%7C%20macOS%20%7C%20linux/black)](https://github.com/zenoxs/tauri-appcenter-companion/releases/latest)
46
[![GitHub license](https://badgen.net/badge/license/GPL-3.0/blue)](https://github.com/zenoxs/tauri-appcenter-companion/blob/main/LICENSE)
57

6-
# Tauri AppCenter Companion
8+
<p align="center">
9+
<img width="150" src="./app-icon.svg">
10+
</p>
711

812
A companion app written with **React** and **Tauri** to help manage your applications on appcenter. This idea is to provide an easy way to group your appcenter's applications into a single view, that way you can easily build all your related application with one click and follow the progress and status.
913

app-icon.svg

Lines changed: 9 additions & 0 deletions
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tauri-appcenter-companion",
33
"private": false,
44
"repository": "https://github.com/zenoxs/tauri-appcenter-companion",
5-
"version": "0.3.5",
5+
"version": "0.3.6",
66
"license": "GPL-3.0",
77
"author": "Amaury CIVIER",
88
"scripts": {

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-appcenter-companion"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
description = "Companion app for Appcenter"
55
authors = ["Amaury CIVIER"]
66
license = "GPL-3.0"

src-tauri/icons/128x128.png

-699 Bytes
Loading

src-tauri/icons/[email protected]

-1.4 KB
Loading

src-tauri/icons/32x32.png

-222 Bytes
Loading
-470 Bytes
Loading
-726 Bytes
Loading

0 commit comments

Comments
 (0)