Skip to content

Commit e4f1a0d

Browse files
phodalcursoragent
andcommitted
fix(ci): add icons to git for CI builds
The tauri build requires icon files at compile time (generate_context! macro). These were previously in .gitignore, causing CI builds to fail with "failed to open icon" errors on all platforms. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 57f43e8 commit e4f1a0d

18 files changed

Lines changed: 2 additions & 1 deletion

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ logs
8787
# pnpm-lock.yaml
8888
test-results
8989
.routa
90-
apps/desktop/src-tauri/icons/*
90+
apps/desktop/src-tauri/icons/android/
91+
apps/desktop/src-tauri/icons/ios/
9192
.next-desktop/
9293

9394
# SQLite database files
8.7 KB
Loading
20.9 KB
Loading
1.59 KB
Loading
3.73 KB
Loading
7.59 KB
Loading
10.3 KB
Loading
11.2 KB
Loading
24.2 KB
Loading
1.47 KB
Loading

0 commit comments

Comments
 (0)