Skip to content

Commit 3cb6bee

Browse files
committed
fix: update files for build on launchpad
1 parent 813ae33 commit 3cb6bee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Build_ppa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV USER=root
1010
COPY ./build ./build
1111
COPY ./gpg ./
1212

13-
RUN cat ./build/figma-linux-${FIGMA_LINUX_VERSION}/debian/changelog && \
13+
RUN api install xdg-utils && cat ./build/figma-linux-${FIGMA_LINUX_VERSION}/debian/changelog && \
1414
chmod a+x ./build/figma-linux-${FIGMA_LINUX_VERSION}/figma-linux && \
1515
chmod a+x ./build/figma-linux-${FIGMA_LINUX_VERSION}/chrome-sandbox && \
1616
chmod a+x ./build/figma-linux-${FIGMA_LINUX_VERSION}/*.sh && \

scripts/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Homepage: https://github.com/Figma-linux/figma-linux
99
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/figma-linux.git
1010

1111
Package: figma-linux
12-
Depends: libnss3 (>= 3.26)
12+
Depends: libnss3 (>= 3.26), xdg-utils
1313
Architecture: amd64
1414
Description: Figma is the first interface design tool based in the browser, making it easier for teams to create software.

0 commit comments

Comments
 (0)