Skip to content

Commit 68269ab

Browse files
committed
chore: update build ppa script
1 parent c81187c commit 68269ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Build_ppa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt update && apt install xdg-utils -y && cat ./build/figma-linux-${FIGMA_L
2020
cp -rf ./id_rsa ~/.ssh && \
2121
chmod 600 ~/.ssh/id_rsa && \
2222
cd ./build/installers/linux-unpacked && \
23-
tar cJf ../../figma-linux_${FIGMA_LINUX_VERSION}.orig.tar.xz ./* && \
23+
tar cJf ../../figma-linux_${FIGMA_LINUX_VERSION}-${FIGMA_LINUX_REV}.orig.tar.xz ./* && \
2424
cd ../../figma-linux-${FIGMA_LINUX_VERSION} && \
2525
chmod a+x debian/rules debian/postinst debian/postrm && \
2626
EDITOR=/bin/true dpkg-source -q --commit . patchsetname && \

0 commit comments

Comments
 (0)