Skip to content

Commit

Permalink
feat: add version for unraid ui
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrodriguez committed Jan 9, 2024
1 parent d8055be commit 40ee311
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta/scripts/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ cd ui && npm run build && cd ..
go build fmt
go build -ldflags "-X main.Version=$version$patch" -v -o meta/plugin/$name

echo "$version$patch" > meta/plugin/VERSION

cd meta/plugin
tar --owner=root --group=root -czvf ../../$name-$version$patch.tgz .
cd ../..
Expand Down

0 comments on commit 40ee311

Please sign in to comment.