diff --git a/Makefile b/Makefile index e7daba1..8b74778 100644 --- a/Makefile +++ b/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 diff --git a/icon.png b/icon.png index 3b7f1e4..888fbfb 100644 Binary files a/icon.png and b/icon.png differ diff --git a/manifest.yaml b/manifest.yaml index fffee6e..937e9bc 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -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