feat: add publisher metadata (#3080)
This commit is contained in:
parent
c9f853dc09
commit
6593fa5d61
21 changed files with 279 additions and 39 deletions
|
|
@ -29,7 +29,11 @@ RUN <<_BUILD
|
|||
#!/bin/bash
|
||||
set -e
|
||||
chmod +x ./scripts/linux_build.sh
|
||||
./scripts/linux_build.sh --sudo-off
|
||||
./scripts/linux_build.sh \
|
||||
--publisher-name='LizardByte' \
|
||||
--publisher-website='https://app.lizardbyte.dev' \
|
||||
--publisher-issue-url='https://app.lizardbyte.dev/support' \
|
||||
--sudo-off
|
||||
dnf clean all
|
||||
rm -rf /var/cache/yum
|
||||
_BUILD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue