Skip to content

Commit

Permalink
Fixed location of symbolic icons during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
hwittenborn committed Feb 2, 2023
1 parent 797a02e commit 3cac666
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 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.1.10] - 2023-02-01
### Changed
- Fixed location of symbolic icons during installation.

## [0.1.9] - 2023-02-01
### Added
- Added Snap packaging
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.1.9"
version = "0.1.10"
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.1.9"
version = "0.1.10"
edition = "2021"

[dependencies]
Expand Down
6 changes: 3 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ install:
install -Dm 755 target/release/celeste "{{ env_var('DESTDIR') }}/usr/bin/celeste"
install -Dm 644 assets/com.hunterwittenborn.Celeste.desktop "{{ env_var('DESTDIR') }}/usr/share/applications/com.hunterwittenborn.Celeste.desktop"
install -Dm 644 assets/com.hunterwittenborn.Celeste-regular.svg "{{ env_var('DESTDIR') }}/usr/share/icons/hicolor/scalable/apps/com.hunterwittenborn.Celeste.svg"
install -Dm 644 assets/context/com.hunterwittenborn.CelesteTrayLoading-symbolic.svg "{{ env_var('DESTDIR') }}/usr/share/icons/hicolor/scalable/status/com.hunterwittenborn.CelesteTrayLoading-symbolic.svg"
install -Dm 644 assets/context/com.hunterwittenborn.CelesteTraySyncing-symbolic.svg "{{ env_var('DESTDIR') }}/usr/share/icons/hicolor/scalable/status/com.hunterwittenborn.CelesteTraySyncing-symbolic.svg"
install -Dm 644 assets/context/com.hunterwittenborn.CelesteTrayDone-symbolic.svg "{{ env_var('DESTDIR') }}/usr/share/icons/hicolor/scalable/status/com.hunterwittenborn.CelesteTrayDone-symbolic.svg"
install -Dm 644 assets/context/com.hunterwittenborn.CelesteTrayLoading-symbolic.svg "{{ env_var('DESTDIR') }}/usr/share/icons/hicolor/symbolic/apps/com.hunterwittenborn.CelesteTrayLoading-symbolic.svg"
install -Dm 644 assets/context/com.hunterwittenborn.CelesteTraySyncing-symbolic.svg "{{ env_var('DESTDIR') }}/usr/share/icons/hicolor/symbolic/apps/com.hunterwittenborn.CelesteTraySyncing-symbolic.svg"
install -Dm 644 assets/context/com.hunterwittenborn.CelesteTrayDone-symbolic.svg "{{ env_var('DESTDIR') }}/usr/share/icons/hicolor/symbolic/apps/com.hunterwittenborn.CelesteTrayDone-symbolic.svg"

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.1.9"
version = "0.1.10"
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 <hunter@hunterwittenborn.com>
pkgname=celeste
pkgver=0.1.9
pkgver=0.1.10
pkgrel=1
pkgdesc='GUI file synchronization client that can sync with any cloud provider'
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.1.9'
version: '0.1.10'
summary: GUI file synchronization client that can sync with any cloud provider
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 3cac666

Please sign in to comment.