Skip to content

Commit

Permalink
Fix appdata and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajdeep Singha committed Sep 8, 2021
1 parent 58d435a commit 9873e46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
6 changes: 1 addition & 5 deletions com.github.suzie97.communique.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,11 @@ finish-args:
- '--socket=wayland'
- '--device=dri'
- '--share=network'
- '--filesystem=xdg-run/dconf'
- '--filesystem=~/.config/dconf:ro'
- '--talk-name=ca.desrt.conf'
- '--env=DCONF_USER_CONFIG_DIR=.config/dconf'
- '--metadata=X-DConf=migrate-path=/com/github/suzie97/communique/'
- '--talk-name=org.gnome.OnlineAccounts'
- '--own-name=com.github.suzie97.communique.ArticleView'
- '--talk-name=org.freedesktop.secrets'
- '--system-talk-name=org.freedesktop.Accounts'
- '--system-talk-name=io.elementary.AccountsService'

# This section is where you list all the source code required to build your app.
# If we had external dependencies that weren't included in our SDK, we would list
Expand Down
14 changes: 7 additions & 7 deletions data/com.github.suzie97.communique.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@
<releases>
<release version="1.0.1" date="2021-09-09">
<description>
<p>Bug Fixes:</p>
<ul>
<li>Fixed Pocket not authorizing.</li>
</ul>
<p>Improvements:</p>
</ul>
<li>Icon Improvements.</li>
</ul>
<ul>
<li>Icon contrast improvements.</li>
</ul>
<p>Bug Fixes:</p>
<ul>
<li>Fix Pocket Bug</li>
</ul>
</description>
</release>
<release version="1.0.0" date="2021-09-03">
Expand Down

0 comments on commit 9873e46

Please sign in to comment.