File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,18 +10,18 @@ ENV USER=root
1010COPY ./build ./build
1111COPY ./gpg ./
1212
13- RUN apt update && apt install xdg-utils -y && cat ./build/figma-linux-${FIGMA_LINUX_VERSION}/debian/changelog && \
14- chmod a+x ./build/figma-linux-${FIGMA_LINUX_VERSION}/figma-linux && \
15- chmod a+x ./build/figma-linux-${FIGMA_LINUX_VERSION}/chrome-sandbox && \
16- chmod a+x ./build/figma-linux-${FIGMA_LINUX_VERSION}/*.sh && \
13+ RUN apt update && apt install xdg-utils -y && cat ./build/figma-linux-${FIGMA_LINUX_VERSION}-${FIGMA_LINUX_REV} /debian/changelog && \
14+ chmod a+x ./build/figma-linux-${FIGMA_LINUX_VERSION}-${FIGMA_LINUX_REV} /figma-linux && \
15+ chmod a+x ./build/figma-linux-${FIGMA_LINUX_VERSION}-${FIGMA_LINUX_REV} /chrome-sandbox && \
16+ chmod a+x ./build/figma-linux-${FIGMA_LINUX_VERSION}-${FIGMA_LINUX_REV} /*.sh && \
1717 gpg --import --no-tty --batch --yes ./pub.key && \
1818 gpg --import --no-tty --batch --yes ./secret.key && \
1919 gpg -k && \
2020 cp -rf ./id_rsa ~/.ssh && \
2121 chmod 600 ~/.ssh/id_rsa && \
2222 cd ./build/installers/linux-unpacked && \
2323 tar cJf ../../figma-linux_${FIGMA_LINUX_VERSION}-${FIGMA_LINUX_REV}.orig.tar.xz ./* && \
24- cd ../../figma-linux-${FIGMA_LINUX_VERSION} && \
24+ cd ../../figma-linux-${FIGMA_LINUX_VERSION}-${FIGMA_LINUX_REV} && \
2525 chmod a+x debian/rules debian/postinst debian/postrm && \
2626 EDITOR=/bin/true dpkg-source -q --commit . patchsetname && \
2727 debuild -S -sa -p"gpg --batch --passphrase-file /usr/src/figma-linux/passphrase --pinentry-mode loopback" && \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if [ $arch == "aarch64" ]; then
1414 linux_unpacked=" build/installers/linux-arm64-unpacked" ;
1515fi
1616
17- workdir=" build/figma-linux-${version} " ;
17+ workdir=" build/figma-linux-${version} - ${rev} " ;
1818mkdir -p $workdir ;
1919mkdir -p $workdir /resources/icon;
2020
You can’t perform that action at this time.
0 commit comments