Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion com.visualstudio.code.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@
<content_attribute id="social-info">moderate</content_attribute>
</content_rating>
<releases>
<release version="1.102.1" date="2025-07-16">
<release version="1.103.2" date="2025-08-21">
<description></description>
</release>
<release version="1.102.1" date="2025-07-16">
<description/>
</release>
<release version="1.101.2" date="2025-06-25">
<description/>
</release>
Expand Down
26 changes: 14 additions & 12 deletions com.visualstudio.code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@ modules:
- install -Dm644 flatpak-warning.txt -t /app/share/vscode
- install -D apply_extra -t /app/bin
- cp /usr/bin/ar /app/bin
- ARCH_TRIPLE=$(gcc --print-multiarch) && cp /usr/lib/${ARCH_TRIPLE}/libbfd-*.so /app/lib
- ARCH_TRIPLE=$(gcc --print-multiarch) && cp /usr/lib/${ARCH_TRIPLE}/libsframe* /app/lib
- ARCH_TRIPLE=$(gcc --print-multiarch) && cp /usr/lib/${ARCH_TRIPLE}/libbfd-*.so
/app/lib
- ARCH_TRIPLE=$(gcc --print-multiarch) && cp /usr/lib/${ARCH_TRIPLE}/libsframe*
/app/lib
- ARCH_TRIPLE=$(gcc --print-multiarch) && ln -s /usr/lib/${ARCH_TRIPLE}/libtinfo.so/app/lib/libtinfo.so.5
- mkdir /app/tools
sources:
Expand Down Expand Up @@ -120,9 +122,9 @@ modules:
- type: extra-data
filename: code.deb
only-arches: [x86_64]
url: https://update.code.visualstudio.com/1.102.1/linux-deb-x64/stable
sha256: da0c3893d5c3a8eb85ecfc72751f969632f1afad2a8037acee5673fa2674001d
size: 108719178
url: https://update.code.visualstudio.com/1.103.2/linux-deb-x64/stable
sha256: 2bf1cfb2e9fee23b04b6502e8528a3d4d11cdf473aca557f388157d6f1b96076
size: 113024558
x-checker-data:
type: json
url: https://api.github.com/repos/microsoft/vscode/releases/latest
Expand All @@ -134,9 +136,9 @@ modules:
- type: extra-data
filename: code.deb
only-arches: [aarch64]
url: https://update.code.visualstudio.com/1.102.1/linux-deb-arm64/stable
sha256: b89a3ad40f89eea0b354a73f93b1a5d77eacdcc04adfeebd2c8fc4365ef1b6a3
size: 100499574
url: https://update.code.visualstudio.com/1.103.2/linux-deb-arm64/stable
sha256: ef70b3e9b80f191705ea58a3e80aa4bfc0d2b1fe9dd232b30b04a41826fdd4b4
size: 104347150
x-checker-data:
type: json
url: https://api.github.com/repos/microsoft/vscode/releases/latest
Expand All @@ -161,8 +163,8 @@ modules:
- install -Dm755 host-spawn /app/bin/host-spawn
sources:
- type: file
url: https://github.com/1player/host-spawn/releases/download/v1.6.1/host-spawn-x86_64
sha256: 733746ab498e07d065cbecf80bacd447eb21846d1462e8fe23fdd9d9dc977b50
url: https://github.com/1player/host-spawn/releases/download/v1.6.2/host-spawn-x86_64
sha256: 077bc09a087292447ba17cfe2156a93f71bf56c4c6be8e38d3abe65c1240f34c
dest-filename: host-spawn
only-arches: [x86_64]
x-checker-data:
Expand All @@ -174,8 +176,8 @@ modules:
$version + "/host-spawn-x86_64"'

- type: file
url: https://github.com/1player/host-spawn/releases/download/v1.6.1/host-spawn-aarch64
sha256: 71b7744a4d0b29279523cc0f0ed1a7af5e9555510bd9e6d4685391b59faefaac
url: https://github.com/1player/host-spawn/releases/download/v1.6.2/host-spawn-aarch64
sha256: 8b30215b0b6b66c8c34a3e22d372dd39020295cd0904608bc2c5f5ecff829e5f
dest-filename: host-spawn
only-arches: [aarch64]
x-checker-data:
Expand Down