Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ Thumbs.db
*.tmp
*.temp
.devopster_open_url

# Tauri-generated app icons (regenerated at build time from devopster-icon.png)
assets/icons/32x32.png
assets/icons/128x128.png
assets/icons/128x128@2x.png
assets/icons/icon.ico
assets/icons/icon.icns
src-tauri/icons/
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -870,8 +870,8 @@ <h3>macOS</h3>
<span class="platform-icon platform-icon--windows" aria-hidden="true">
<svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5 8.5L22 6.2V22H5V8.5Z" fill="currentColor"/>
<path d="M26 5.7L43 3.4V22H26V5.7Z" fill="currentColor"/>
<path d="M5 26H22V41.8L5 39.5V26Z" fill="currentColor"/>
<path d="M26 5.7L43 3.4V22H26V5.7Z" fill="currentColor" opacity="0.9"/>
<path d="M5 26H22V41.8L5 39.5V26Z" fill="currentColor" opacity="0.9"/>
<path d="M26 26H43V44.6L26 42.3V26Z" fill="currentColor"/>
</svg>
</span>
Expand Down
Loading