Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit cf67da1

Browse files
try fixing CI
1 parent 790bd36 commit cf67da1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@
5757
},
5858
"linux": {
5959
"category": "TerminalEmulator",
60-
"target": [
61-
"AppImage",
62-
"snap"
63-
],
60+
"target": "AppImage",
6461
"icon": "icon.icns"
6562
},
6663
"mac": {
@@ -75,10 +72,6 @@
7572
"entitlements": "./scripts/entitlements.plist",
7673
"entitlementsInherit": "./scripts/entitlements.plist",
7774
"darkModeSupport": true
78-
},
79-
"snap": {
80-
"confinement": "classic",
81-
"publish": "github"
8275
}
8376
},
8477
"devDependencies": {

0 commit comments

Comments
 (0)