Skip to content

Commit 52f7f6d

Browse files
Fix: Remove deb packaging and update version (#1771)
* Fix: Remove deb packaging and update version Removed the deb packaging configuration from package.github.com and updated the appdata.xml file to reflect this change. Also incremented the version in package.json and appdata.xml to 2.1.2. * Revert "Fix: Remove deb packaging and update version" This reverts commit b45407c. * updating the package.json to revert the addition of details for the deb package * updating package.json version
1 parent 62143c4 commit 52f7f6d

File tree

3 files changed

+10
-15
lines changed

3 files changed

+10
-15
lines changed

com.github.IsmaelMartinez.teams_for_linux.appdata.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
<url type="bugtracker">https://github.com/IsmaelMartinez/teams-for-linux/issues</url>
1515
<launchable type="desktop-id">com.github.IsmaelMartinez.teams_for_linux.desktop</launchable>
1616
<releases>
17+
<release version="2.1.2" date="2025-07-28">
18+
<description>
19+
<ul>
20+
<li>Removed deb packaging details to fix #1768</li>
21+
</ul>
22+
</description>
23+
</release>
1724
<release version="2.1.1" date="2025-07-26">
1825
<description>
1926
<ul>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "teams-for-linux",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"main": "app/index.js",
55
"description": "Unofficial client for Microsoft Teams for Linux",
66
"homepage": "https://github.com/IsmaelMartinez/teams-for-linux",
@@ -121,18 +121,6 @@
121121
"--rpm-digest=sha256"
122122
]
123123
},
124-
"deb": {
125-
"depends": [
126-
"gtk3",
127-
"libnotify",
128-
"nss",
129-
"libxss1",
130-
"libxtst6",
131-
"xdg-utils",
132-
"at-spi2-core",
133-
"libuuid1"
134-
]
135-
},
136124
"snap": {
137125
"summary": "Teams for Linux",
138126
"confinement": "strict",

0 commit comments

Comments
 (0)