You've already forked dev.commandline.waveterm
mirror of
https://github.com/wavetermdev/dev.commandline.waveterm.git
synced 2026-04-22 15:27:29 -07:00
Update code.deb to 1.37.1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop">
|
||||
<id>com.visualstudio.code</id>
|
||||
<metadata_license>MIT</metadata_license>
|
||||
@@ -20,6 +20,7 @@
|
||||
<content_attribute id="social-info">moderate</content_attribute>
|
||||
</content_rating>
|
||||
<releases>
|
||||
<release version="1.37.1" date="2019-08-15"/>
|
||||
<release date="2019-08-15" version="1.37.1"/>
|
||||
</releases>
|
||||
</component>
|
||||
</component>
|
||||
|
||||
@@ -62,7 +62,8 @@ 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}/libbfd-*.so
|
||||
/app/lib
|
||||
- ARCH_TRIPLE=$(gcc --print-multiarch) && ln -s /usr/lib/${ARCH_TRIPLE}/libtinfo.so/app/lib/libtinfo.so.5
|
||||
sources:
|
||||
- type: script
|
||||
@@ -93,7 +94,7 @@ modules:
|
||||
- type: extra-data
|
||||
filename: code.deb
|
||||
only-arches: [x86_64]
|
||||
url: https://update.code.visualstudio.com/1.37.1/linux-deb-x64/stable
|
||||
url: http://packages.microsoft.com/repos/vscode/pool/main/c/code/code_1.37.1-1565886362_amd64.deb
|
||||
sha256: c1683a4871f5e374555960d22dbeb43b1ebadd24ba6c1577ee79e63cefe07981
|
||||
size: 54972118
|
||||
x-checker-data:
|
||||
|
||||
Reference in New Issue
Block a user