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 c81187c commit 68269ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Build_ppa
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt update && apt install xdg-utils -y && cat ./build/figma-linux-${FIGMA_L
cp -rf ./id_rsa ~/.ssh && \
chmod 600 ~/.ssh/id_rsa && \
cd ./build/installers/linux-unpacked && \
tar cJf ../../figma-linux_${FIGMA_LINUX_VERSION}.orig.tar.xz ./* && \
tar cJf ../../figma-linux_${FIGMA_LINUX_VERSION}-${FIGMA_LINUX_REV}.orig.tar.xz ./* && \
cd ../../figma-linux-${FIGMA_LINUX_VERSION} && \
chmod a+x debian/rules debian/postinst debian/postrm && \
EDITOR=/bin/true dpkg-source -q --commit . patchsetname && \
Expand Down

0 comments on commit 68269ab

Please sign in to comment.