some fixs

This commit is contained in:
Léo Haf 2025-04-25 13:40:40 +02:00
parent 72242d0919
commit b01ee6fbb9
Signed by: Retropex
GPG Key ID: F5073C4F4882FFFC
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
PKG_ID := $(shell yq e ".id" < manifest.yaml)
PKG_VERSION := $(shell yq e ".version" < manifest.yaml)
PKG_ID := $(shell yq -e ".id" < manifest.yaml)
PKG_VERSION := $(shell yq -e ".version" < manifest.yaml)
TS_FILES := $(shell find ./ -name \*.ts)
# delete the target of a rule if it has changed and its recipe exits with a nonzero exit status

BIN
icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 420 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

@ -5,7 +5,7 @@ id: deepsea-dashboard
# A human readable service title
title: "DeepSea Dashboard"
# Service version - accepts up to four digits, where the last confirms to revisions necessary for StartOS - see documentation: https://github.com/Start9Labs/emver-rs. This value will change with each release of the service.
version: 0.8
version: "0.8"
# Release notes for the update - can be a string, paragraph or URL
release-notes: |
Initial release