Skip to content

Commit b5647d6

Browse files
committed
Merge branch 'dev'
2 parents 002f81d + 9453db1 commit b5647d6

18 files changed

Lines changed: 308 additions & 1116 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,12 @@ jobs:
173173
chmod +x ./**/*.sh
174174
chmod +x ./**/*.pl
175175
ls -la ./scripts
176-
ls -la ./build
177-
ls -la ./build/installers
176+
ls -la ./build || echo ""
177+
ls -la ./build/installers || echo ""
178+
ls -la ./build/installers/linux-unpacked || echo ""
179+
ls -la ./build/installers/linux-unpacked/installers || echo ""
180+
ls -la ./build/installers/linux-unpacked/installers/linux-unpacked || echo ""
181+
pwd
178182
mkdir ./gpg
179183
echo "${{ secrets.GPG_PUB_KEY }}" | base64 -d > ./gpg/pub.key
180184
echo "${{ secrets.GPG_SECRET_KEY }}" | base64 -d > ./gpg/secret.key

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ When you do changes in middleware component, You need to rebuild (`npm run build
136136

137137
## Community
138138

139-
Join us on [telegram](https://t.me/figma_linux) and [spectrum.chat](https://spectrum.chat/figma-linux)
139+
Join us on [Telegram](https://t.me/figma_linux) or [Spectrum](https://spectrum.chat/figma-linux).
140140

141141

142142
## Become a Backer

config/builder.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"linux": {
4444
"description": "Unofficial desktop application for linux",
4545
"icon": "resources/icons",
46-
"category": "Graphic",
47-
"packageCategory": "Graphic",
46+
"category": "Graphics",
47+
"packageCategory": "Graphics",
4848
"maintainer": "Chugunov Roman <Zebs-BMK@yandex.ru>",
4949
"artifactName": "${name}_${version}_${platform}_${arch}.${ext}",
5050
"fileAssociations": [

docker/Build_ppa

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ RUN cat ./build/figma-linux-${FIGMA_LINUX_VERSION}/debian/changelog && \
2323
cp -rf ./id_rsa ~/.ssh && \
2424
chmod 600 ~/.ssh/id_rsa && \
2525
tar cJf ./build/figma-linux_${FIGMA_LINUX_VERSION}.orig.tar.xz ./build/installers/linux-unpacked/* && \
26-
ls -lah ./build && \
26+
ls -lah ./build || echo '' && \
27+
ls -lah ./build/installers || echo '' && \
28+
ls -lah ./build/installers/linux-unpacked || echo '' && \
29+
ls -lah ./build/installers/linux-unpacked/installers || echo '' && \
30+
ls -lah ./build/installers/linux-unpacked/installers || echo '' && \
31+
ls -lah ./build/installers/linux-unpacked/installers/linux-unpacked || echo '' && \
2732
cd build/figma-linux-${FIGMA_LINUX_VERSION} && \
2833
chmod a+x debian/rules debian/postinst debian/postrm && \
2934
EDITOR=/bin/true dpkg-source -q --commit . patchsetname && \

lib/libfreetype.so.6

-744 KB
Binary file not shown.

0 commit comments

Comments
 (0)