Skip to content

Commit

Permalink
Updated manifests to correctly display icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
WillemSleegers committed Aug 30, 2020
1 parent 63b7195 commit 825517e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions manifest-local.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
</Hosts>
<Resources>
<bt:Images>
<bt:Image id="icon-16x16" DefaultValue="http://127.0.0.1:7775/assets/icon-16.png"/>
<bt:Image id="icon-32x32" DefaultValue="http://127.0.0.1:7775/assets/icon-32.png"/>
<bt:Image id="icon-64x64" DefaultValue="http://127.0.0.1:7775/assets/icon-64.png"/>
<bt:Image id="icon-80x80" DefaultValue="http://127.0.0.1:7775/assets/icon-80.png"/>
<bt:Image id="icon-16x16" DefaultValue="http://127.0.0.1:7775/assets/statcheck-16.png"/>
<bt:Image id="icon-32x32" DefaultValue="http://127.0.0.1:7775/assets/statcheck-32.png"/>
<bt:Image id="icon-64x64" DefaultValue="http://127.0.0.1:7775/assets/statcheck-64.png"/>
<bt:Image id="icon-80x80" DefaultValue="http://127.0.0.1:7775/assets/statcheck-80.png"/>
</bt:Images>
<bt:Urls>
<bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="http://statcheck.io" />
Expand Down
20 changes: 10 additions & 10 deletions manifest-shinyapps.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Version>1.0.0.0</Version>
<ProviderName>WillemSleegers</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="statcheck-local"/>
<DisplayName DefaultValue="statcheck-shinyapps"/>
<Description DefaultValue="A spellchecker for statistics"/>
<IconUrl DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/assets/statcheck-80.png"/>
<HighResolutionIconUrl DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/assets/statcheck-160.png"/>
Expand Down Expand Up @@ -45,11 +45,11 @@
<Description resid="TaskpaneButton.Tooltip" />
</Supertip>
<Icon>
<bt:Image size="16" resid="icon-16x16" />
<bt:Image size="32" resid="icon-32x32" />
<bt:Image size="64" resid="icon-64x64" />
<bt:Image size="80" resid="icon-80x80" />
</Icon>
<bt:Image size="16" resid="icon-16x16" />
<bt:Image size="32" resid="icon-32x32" />
<bt:Image size="64" resid="icon-64x64" />
<bt:Image size="80" resid="icon-80x80" />
</Icon>
<Action xsi:type="ShowTaskpane">
<TaskpaneId>ShowTaskpaneButton</TaskpaneId>
<SourceLocation resid="Taskpane.Url" />
Expand All @@ -63,10 +63,10 @@
</Hosts>
<Resources>
<bt:Images>
<bt:Image id="icon-16x16" DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/assets/icon-16.png"/>
<bt:Image id="icon-32x32" DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/assets/icon-32.png"/>
<bt:Image id="icon-64x64" DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/assets/icon-64.png"/>
<bt:Image id="icon-80x80" DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/assets/icon-80.png"/>
<bt:Image id="icon-16x16" DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/assets/statcheck-16.png"/>
<bt:Image id="icon-32x32" DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/assets/statcheck-32.png"/>
<bt:Image id="icon-64x64" DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/assets/statcheck-64.png"/>
<bt:Image id="icon-80x80" DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/assets/statcheck-80.png"/>
</bt:Images>
<bt:Urls>
<bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="http://statcheck.io" />
Expand Down
4 changes: 2 additions & 2 deletions rsconnect/shinyapps.io/willemsleegers/statcheck-word.dcf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ account: willemsleegers
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 2719916
bundleId: 3567525
bundleId: 3573095
url: https://willemsleegers.shinyapps.io/statcheck-word/
when: 1598628186.94457
when: 1598810194.06477

0 comments on commit 825517e

Please sign in to comment.