Skip to content

Commit

Permalink
Flatpak changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkah committed Jun 29, 2023
1 parent 4a17f65 commit a0af00b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@
.vscode/
.helix/

/assets/flatpak/generated-sources.json
/assets/logo_*.png
/assets/flatpak/generated-sources.json
9 changes: 3 additions & 6 deletions assets/flatpak/org.squidowl.halloy.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,9 @@
"build-commands": [
"cargo --offline fetch --manifest-path Cargo.toml --verbose",
"cargo --offline build --release --verbose",
"mkdir -p /app/share/icons/hicolor/128x128/apps/",
"cp ./assets/logo_128px.png /app/share/icons/hicolor/128x128/apps/org.squidowl.halloy.png",
"mkdir -p /app/share/metainfo/",
"cp ./assets/halloy.appdata.xml /app/share/metainfo/org.squidowl.halloy.appdata.xml",
"mkdir -p /app/share/applications/",
"cp ./assets/halloy.desktop /app/share/applications/org.squidowl.halloy.desktop",
"install -Dm644 ./assets/logo_128px.png /app/share/icons/hicolor/128x128/apps/org.squidowl.halloy.png",
"install -Dm644 ./assets/halloy.appdata.xml /app/share/metainfo/org.squidowl.halloy.appdata.xml",
"install -Dm644 ./assets/halloy.desktop /app/share/applications/org.squidowl.halloy.desktop",
"install -Dm755 ./target/release/halloy -t /app/bin/"
],
"sources": [
Expand Down
4 changes: 2 additions & 2 deletions assets/halloy.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<content_rating type="oars-1.0">
<content_rating type="oars-1.1">
<content_attribute id="social-chat">moderate</content_attribute>
</content_rating>
<id>org.squidowl.halloy</id>
Expand Down Expand Up @@ -30,6 +30,6 @@
<developer_name>The Squidowl Development Team</developer_name>

<releases>
<release version="2023.1-alpha1" date="2023-06-23" />
<release version="2023.1-alpha1" date="2023-06-29" />
</releases>
</component>
Binary file added assets/logo_128px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a0af00b

Please sign in to comment.