Actually build the thing

This commit is contained in:
Smaug123
2023-10-01 10:18:54 +01:00
parent eab81b4f62
commit ac1f9b3044
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -46,3 +46,4 @@ fonts.tar.gz
temp/
/result
.DS_Store

View File

@@ -117,6 +117,7 @@ let
else
# - If the package.json has a `files` field, only files matching those patterns are copied
# - Otherwise all files are copied.
yarn build
yarn pack --out package.tgz
mkdir -p "$out/libexec/$name"
tar xzvf package.tgz --directory "$out/libexec/$name" --strip-components=1