Skip to content

Commit

Permalink
chore: update build ppa script
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed Nov 18, 2023
1 parent c896e5a commit 83b580f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/build_ppa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ mkdir -p $workdir/resources/icon;

echo "PWD: $(pwd)";

rm -rf /tmp/tmp_changelog
touch /tmp/tmp_changelog
echo "figma-linux (${version}-${rev}ubuntu0) devel; urgency=medium" >> /tmp/tmp_changelog
echo "" >> /tmp/tmp_changelog
echo " * Publish ${version} version" >> /tmp/tmp_changelog
echo "${notes}" >> /tmp/tmp_changelog
echo " -- Chugunov Roman <Zebs-BMK\@yandex.ru> $(date -R)" >> /tmp/tmp_changelog
echo "" >> /tmp/tmp_changelog
echo "$(cat /tmp/tmp_changelog ./scripts/debian/changelog)" > ./scripts/debian/changelog
rm -rf /tmp/tmp_changelog

cp -rf ./scripts/debian $workdir;
cp -rf ${linux_unpacked}/* $workdir;
cp -rf ${linux_unpacked}/icons/* $workdir/resources/icon;
Expand Down

0 comments on commit 83b580f

Please sign in to comment.