Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit 1291542

Browse files
committed
- Updated app icon
- Made markdown reference local icon - Added paths-ignore to workflows
1 parent 2509235 commit 1291542

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+16
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: CI - Fast Tauri Build Test
22

33
on:
44
push:
5+
paths-ignore:
6+
- .github/workflows/build-test.yml
7+
- .github/ISSUE_TEMPLATE/**
8+
- README.md
9+
- LICENSE
510
branches:
611
- main
712

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: CI - Code Quality
22

33
on:
44
push:
5+
paths-ignore:
6+
- .github/workflows/ci.yml
7+
- .github/ISSUE_TEMPLATE/**
8+
- README.md
9+
- LICENSE
510
branches:
611
- main
712
- release

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Release Workflow
22

33
on:
44
push:
5+
paths-ignore:
6+
- .github/workflows/release.yml
7+
- .github/ISSUE_TEMPLATE/**
8+
- README.md
9+
- LICENSE
510
branches:
611
- release
712
release:

README.md

Lines changed: 1 addition & 1 deletion

app-icon.png

-10.4 KB

src-tauri/icons/128x128.png

-1.45 KB

src-tauri/icons/[email protected]

-3.03 KB

src-tauri/icons/32x32.png

-257 Bytes
-1.26 KB
-1.63 KB

0 commit comments

Comments
 (0)