Skip to content

Commit

Permalink
try setting env var as part of manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
vchernin committed Sep 24, 2021
1 parent 1076f76 commit 54a3cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions com.mattermost.Desktop.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"install -Dm644 com.mattermost.Desktop.desktop /app/share/applications/com.mattermost.Desktop.desktop",
"install -Dm644 com.mattermost.Desktop.appdata.xml /app/share/appdata/com.mattermost.Desktop.appdata.xml",
"install -Dm644 icon.svg /app/share/icons/hicolor/scalable/apps/com.mattermost.Desktop.svg",
"desktop-file-edit --set-key=\"Exec\" --set-value=\"mattermost-flatpak --enable-features=WebRTCPipeWireCapturer %U\" ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop"
"desktop-file-edit --set-key=\"Exec\" --set-value=\"GTK_USE_PORTAL=1 mattermost-flatpak --enable-features=WebRTCPipeWireCapturer %U\" ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop"
],
"sources": [
{
Expand Down Expand Up @@ -115,4 +115,4 @@
]
}
]
}
}

0 comments on commit 54a3cd8

Please sign in to comment.