Skip to content

Commit

Permalink
Flatpak elementary (#29)
Browse files Browse the repository at this point in the history
* Replaced h2 tag with p tag since it's not valid to use anymore.

* Added Flatpak manifest for Elementary.
  • Loading branch information
krisives committed Aug 12, 2021
1 parent d77aac4 commit b38a19c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions com.github.plugarut.pwned-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
app-id: com.github.plugarut.pwned-checker
runtime: io.elementary.Platform
sdk: io.elementary.Sdk
runtime-version: '6'
command: com.github.plugarut.pwned-checker
finish-args:
- "--share=ipc"
- "--share=network"
- "--socket=x11"
- "--socket=wayland"
cleanup:
- "/include"
- "/lib/pkgconfig"
- "/lib/*.la"
- "/share/gir-1.0"
- "/lib/girepository-1.0"
- "/share/vala"
- "/share/gtk-doc"
modules:
- name: pwned-checker
buildsystem: meson
sources:
- type: dir
path: .

2 changes: 1 addition & 1 deletion data/com.github.plugarut.pwned-checker.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</release>
<release version="0.2.1" date="2018-10-18">
<description>
<h2>Juno Release</h2>
<p>Juno Release</p>
<ul>
<li>Juno Release</li>
<li>Bug fixes</li>
Expand Down

0 comments on commit b38a19c

Please sign in to comment.