Skip to content

Commit

Permalink
Fixed wrong path in snapcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ransome1 committed Jan 15, 2025
1 parent 2fa6064 commit 648e28e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flatpak/com.github.ransome1.sleek.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<developer_name>ransome1</developer_name>
<content_rating type="oars-1.1"/>
<releases>
<release version="2.0.16" date="2025-01-15"/>
<release version="2.0.16-rc.1" date="2025-01-15"/>
</releases>
<url type="homepage">https://github.com/ransome1/sleek</url>
<url type="contact">https://github.com/ransome1/sleek/issues</url>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sleek",
"productName": "sleek",
"version": "2.0.16",
"version": "2.0.16-rc.1",
"description": "todo.txt manager for Linux, Windows and MacOS, free and open-source (FOSS)",
"synopsis": "todo.txt manager for Linux, Windows and MacOS, free and open-source (FOSS)",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sleek
base: core24
version: "2.0.16"
version: "2.0.16-rc.1"
summary: todo.txt manager for Linux, free and open-source (FOSS)
description: |
sleek is an open-source (FOSS) todo manager based on the todo.txt syntax. Stripped down to only the most necessary features, and with a clean and simple interface, sleek aims to help you focus on getting things done.
Expand Down Expand Up @@ -55,7 +55,7 @@ parts:
node.yarn install
node.yarn run build:unpack
mv $SNAPCRAFT_PART_BUILD/dist/linux* \
mv dist/linux* \
$SNAPCRAFT_PART_INSTALL/sleek
stage-packages:
- libnss3
Expand Down

0 comments on commit 648e28e

Please sign in to comment.