Skip to content

Commit 0b4542d

Browse files
authored
Merge pull request #9 from Cloud2BR/fix/windows-icon
Fix/windows icon
2 parents fad497f + 6df7d1e commit 0b4542d

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,11 @@ Thumbs.db
1818
*.tmp
1919
*.temp
2020
.devopster_open_url
21+
22+
# Tauri-generated app icons (regenerated at build time from devopster-icon.png)
23+
assets/icons/32x32.png
24+
assets/icons/128x128.png
25+
assets/icons/[email protected]
26+
assets/icons/icon.ico
27+
assets/icons/icon.icns
28+
src-tauri/icons/

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -870,8 +870,8 @@ <h3>macOS</h3>
870870
<span class="platform-icon platform-icon--windows" aria-hidden="true">
871871
<svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
872872
<path d="M5 8.5L22 6.2V22H5V8.5Z" fill="currentColor"/>
873-
<path d="M26 5.7L43 3.4V22H26V5.7Z" fill="currentColor"/>
874-
<path d="M5 26H22V41.8L5 39.5V26Z" fill="currentColor"/>
873+
<path d="M26 5.7L43 3.4V22H26V5.7Z" fill="currentColor" opacity="0.9"/>
874+
<path d="M5 26H22V41.8L5 39.5V26Z" fill="currentColor" opacity="0.9"/>
875875
<path d="M26 26H43V44.6L26 42.3V26Z" fill="currentColor"/>
876876
</svg>
877877
</span>

0 commit comments

Comments
 (0)