Skip to content

Commit

Permalink
reorganized icons
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Apr 22, 2024
1 parent 09723b4 commit 4dfecfe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
10 changes: 5 additions & 5 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="xlwings Server" />
<Description DefaultValue="xlwings Server" />
<IconUrl DefaultValue="https://127.0.0.1:8000/static/images/xlwings/icon-32.png" />
<HighResolutionIconUrl DefaultValue="https://127.0.0.1:8000/static/images/xlwings/icon-64.png" />
<IconUrl DefaultValue="https://127.0.0.1:8000/static/images/examples/xlwings-32.png" />
<HighResolutionIconUrl DefaultValue="https://127.0.0.1:8000/static/images/examples/xlwings-64.png" />
<SupportUrl DefaultValue="https://www.xlwings.org/contact" />
<AppDomains>
<AppDomain>https://127.0.0.1:8000</AppDomain>
Expand Down Expand Up @@ -119,9 +119,9 @@

<Resources>
<bt:Images>
<bt:Image id="Icon.16x16" DefaultValue="https://127.0.0.1:8000/static/images/xlwings/icon-16.png" />
<bt:Image id="Icon.32x32" DefaultValue="https://127.0.0.1:8000/static/images/xlwings/icon-32.png" />
<bt:Image id="Icon.80x80" DefaultValue="https://127.0.0.1:8000/static/images/xlwings/icon-80.png" />
<bt:Image id="Icon.16x16" DefaultValue="https://127.0.0.1:8000/static/images/examples/xlwings-16.png" />
<bt:Image id="Icon.32x32" DefaultValue="https://127.0.0.1:8000/static/images/examples/xlwings-32.png" />
<bt:Image id="Icon.80x80" DefaultValue="https://127.0.0.1:8000/static/images/examples/xlwings-80.png" />
</bt:Images>
<bt:Urls>
<!-- This must point to the HTML document with the task pane -->
Expand Down

0 comments on commit 4dfecfe

Please sign in to comment.