mirror of
https://github.com/wavetermdev/dev.commandline.waveterm.git
synced 2026-08-05 13:46:53 -07:00
Merge pull request #148 from flathub/appdata-upgrade
Update to more modern appdata standards
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
<caption>Editing TypeScript and searching for extensions</caption>
|
<caption>Editing TypeScript and searching for extensions</caption>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
<launchable type="desktop-id">com.visualstudio.code.desktop</launchable>
|
||||||
<content_rating type="oars-1.1">
|
<content_rating type="oars-1.1">
|
||||||
<content_attribute id="social-info">moderate</content_attribute>
|
<content_attribute id="social-info">moderate</content_attribute>
|
||||||
</content_rating>
|
</content_rating>
|
||||||
@@ -44,7 +44,7 @@ modules:
|
|||||||
- install -Dm644 vscode_128.png /app/share/icons/hicolor/128x128/apps/com.visualstudio.code.png
|
- install -Dm644 vscode_128.png /app/share/icons/hicolor/128x128/apps/com.visualstudio.code.png
|
||||||
- install -Dm644 vscode_256.png /app/share/icons/hicolor/256x256/apps/com.visualstudio.code.png
|
- install -Dm644 vscode_256.png /app/share/icons/hicolor/256x256/apps/com.visualstudio.code.png
|
||||||
- install -Dm644 vscode_512.png /app/share/icons/hicolor/512x512/apps/com.visualstudio.code.png
|
- install -Dm644 vscode_512.png /app/share/icons/hicolor/512x512/apps/com.visualstudio.code.png
|
||||||
- install -Dm644 com.visualstudio.code.appdata.xml -t /app/share/metainfo
|
- install -Dm644 com.visualstudio.code.metainfo.xml -t /app/share/metainfo
|
||||||
- install -Dm644 com.visualstudio.code.desktop -t /app/share/applications
|
- install -Dm644 com.visualstudio.code.desktop -t /app/share/applications
|
||||||
- install -Dm644 npmrc -t /app/etc
|
- install -Dm644 npmrc -t /app/etc
|
||||||
- install -Dm644 flatpak-warning.txt -t /app/share/vscode
|
- install -Dm644 flatpak-warning.txt -t /app/share/vscode
|
||||||
@@ -68,7 +68,7 @@ modules:
|
|||||||
- type: file
|
- type: file
|
||||||
path: npmrc
|
path: npmrc
|
||||||
- type: file
|
- type: file
|
||||||
path: com.visualstudio.code.appdata.xml
|
path: com.visualstudio.code.metainfo.xml
|
||||||
- type: file
|
- type: file
|
||||||
path: com.visualstudio.code.desktop
|
path: com.visualstudio.code.desktop
|
||||||
- type: file
|
- type: file
|
||||||
|
|||||||
+1
-2
@@ -1,4 +1,3 @@
|
|||||||
{
|
{
|
||||||
"only-arches": ["x86_64"],
|
"only-arches": ["x86_64"]
|
||||||
"skip-appstream-check": true
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user