mirror of
https://github.com/Retropex/DeepSea-startos.git
synced 2025-05-12 21:50:42 +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_ID := $(shell yq -e ".id" < manifest.yaml)
|
||||||
PKG_VERSION := $(shell yq e ".version" < manifest.yaml)
|
PKG_VERSION := $(shell yq -e ".version" < manifest.yaml)
|
||||||
TS_FILES := $(shell find ./ -name \*.ts)
|
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
|
# 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
|
# A human readable service title
|
||||||
title: "DeepSea Dashboard"
|
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.
|
# 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 for the update - can be a string, paragraph or URL
|
||||||
release-notes: |
|
release-notes: |
|
||||||
Initial release
|
Initial release
|
||||||
|
Loading…
Reference in New Issue
Block a user