Skip to content

Commit

Permalink
Fixed wrong path in snapcraft.yaml, fixed missing DMG background imag…
Browse files Browse the repository at this point in the history
…e, bumped version to 2.0.16
  • Loading branch information
ransome1 committed Jan 15, 2025
1 parent 9c9fdce commit bf054b9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
12 changes: 5 additions & 7 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ mac:
artifactName: ${productName}-${version}-mac-${arch}.${ext}
darkModeSupport: true
dmg:
contents:
- x: 130
'y': 220
- x: 410
'y': 220
type: link
path: /Applications
window:
width: 550
height: 400
x: 130
y: 410
masDev:
entitlements: ./assets/entitlements.mas.plist
entitlementsInherit: ./assets/entitlements.mas.inherit.plist
Expand Down
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.15" date="2025-01-14"/>
<release version="2.0.16" 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.15",
"version": "2.0.16",
"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.15"
version: "2.0.16"
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
node.yarn build:unpack
mv $SNAPCRAFT_PART_BUILD/release/build/linux-* \
mv $SNAPCRAFT_PART_BUILD/linux-* \
$SNAPCRAFT_PART_INSTALL/sleek
stage-packages:
- libnss3
Expand Down

0 comments on commit bf054b9

Please sign in to comment.