mirror of
https://github.com/Retropex/DeepSea-startos.git
synced 2025-05-12 13:40:41 +02:00
some fixs
This commit is contained in:
parent
72242d0919
commit
b01ee6fbb9
4
Makefile
4
Makefile
@ -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
BIN
icon.png
Binary file not shown.
Before Width: | Height: | Size: 420 KiB After Width: | Height: | Size: 71 KiB |
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user