1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 13:16:39 +03:00

flatpak: update some metadata

This commit is contained in:
Wez Furlong 2024-01-28 07:58:01 -07:00
parent d6d70cc0a7
commit d545e215c8
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
3 changed files with 4 additions and 5 deletions

View File

@ -4,8 +4,8 @@
<id>org.wezfurlong.wezterm</id>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<name>Wez's Terminal Emulator</name>
<summary>A GPU-accelerated cross-platform terminal emulator and multiplexer</summary>
<name>WezTerm</name>
<summary>Powerful terminal and multiplexer</summary>
<description>
<p>
WezTerm is a terminal emulator with support for modern features such as

View File

@ -10,13 +10,12 @@
"finish-args": [
"--share=ipc",
"--filesystem=home:ro",
"--filesystem=xdg-config/wezterm",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--talk-name=org.freedesktop.Flatpak",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.freedesktop.portal.Desktop",
"--talk-name=org.freedesktop.portal.Settings",
"--share=network"
],
"build-options": {

View File

@ -1,7 +1,7 @@
{
"app-id": "org.wezfurlong.wezterm",
"runtime": "org.freedesktop.Platform",
"runtime-version": "22.08",
"runtime-version": "23.08",
"sdk": "org.freedesktop.Sdk",
"sdk-extensions" : [
"org.freedesktop.Sdk.Extension.rust-stable"