compile corrections

This commit is contained in:
Hyatt 2024-03-11 14:15:39 -05:00
parent 38c966cff8
commit ffdc732da4
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -105,12 +105,13 @@ pipeline {
git config --global --add safe.directory '*'
apt-get update -yqq
apt-get install -yqq jq
touch /usr/local/share/.config/yarn/global/.yarnclean
cd ${workspace}/signal-desktop
cat package.json | jq '.build.linux += {target:["AppImage"]}' > with_appimage_package.json
mv with_appimage_package.json package.json
cat package.json | jq '.build.linux'
yarn install
yarn --platform=linux build-release
cat package.json | jq '.scripts."build:electron" |= . + " --linux AppImage"' > with_appimage_package.json
mv -f with_appimage_package.json package.json
yarn install --frozen-lockfile
yarn generate
yarn build
"""
outputFile = sh (