Skip to content

Commit

Permalink
Fix location of metainfo file
Browse files Browse the repository at this point in the history
  • Loading branch information
hwittenborn committed Feb 24, 2023
1 parent 8f5a595 commit b4e3254
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.5] - 2023-02-24
### Fixed
- Fixed location of metainfo file.

## [0.4.4] - 2023-02-23
### Fixed
- Add `com.hunterwittenborn.Celeste.metainfo.xml` to packaging.
Expand Down
12 changes: 12 additions & 0 deletions assets/com.hunterwittenborn.Celeste.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@
</screenshot>
</screenshots>
<releases>
<release date="2023-02-24" version="0.4.5">
<description>
<h3>
Fixed
</h3>
<ul>
<li>
Fixed location of metainfo file.
</li>
</ul>
</description>
</release>
<release date="2023-02-23" version="0.4.4">
<description>
<h3>
Expand Down
2 changes: 1 addition & 1 deletion celeste-tray/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "celeste-tray"
version = "0.4.4"
version = "0.4.5"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion celeste/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "celeste"
version = "0.4.4"
version = "0.4.5"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
install -Dm 644 assets/context/com.hunterwittenborn.Celeste.CelesteTraySyncing-symbolic.svg "{{ env_var('DESTDIR') }}/usr/share/icons/hicolor/symbolic/apps/com.hunterwittenborn.Celeste.CelesteTraySyncing-symbolic.svg"
install -Dm 644 assets/context/com.hunterwittenborn.Celeste.CelesteTrayWarning-symbolic.svg "{{ env_var('DESTDIR') }}/usr/share/icons/hicolor/symbolic/apps/com.hunterwittenborn.Celeste.CelesteTrayWarning-symbolic.svg"
install -Dm 644 assets/context/com.hunterwittenborn.Celeste.CelesteTrayDone-symbolic.svg "{{ env_var('DESTDIR') }}/usr/share/icons/hicolor/symbolic/apps/com.hunterwittenborn.Celeste.CelesteTrayDone-symbolic.svg"
install -Dm 644 assets/com.hunterwittenborn.Celeste.metainfo.xml "{{ env_var('DESTDIR') }}/app/share/metainfo/com.hunterwittenborn.Celeste.metainfo.xml"
install -Dm 644 assets/com.hunterwittenborn.Celeste.metainfo.xml "{{ env_var('DESTDIR') }}/usr/share/metainfo/com.hunterwittenborn.Celeste.metainfo.xml"

clippy:
cargo build --bin celeste-tray
Expand Down
2 changes: 1 addition & 1 deletion libceleste/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libceleste"
version = "0.4.4"
version = "0.4.5"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion makedeb/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Hunter Wittenborn <[email protected]>
pkgname=celeste
pkgver=0.4.4
pkgver=0.4.5
pkgrel=1
pkgdesc='Sync your cloud files'
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: celeste
base: core22
version: '0.4.4'
version: '0.4.5'
summary: Sync your cloud files
description: |
Celeste is a GUI file synchronization client that can connect to almost any cloud provider you'd like. It provides a streamlined experience to back up your files, and integrates directly into your desktop system.
Expand Down

0 comments on commit b4e3254

Please sign in to comment.