Skip to content

Commit 2a4161b

Browse files
committed
Fix Linux desktop file overrides for [email protected]
1 parent c039f9b commit 2a4161b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,10 @@
157157
"description": "TurboWarp is a Scratch mod with a compiler to run projects faster, dark mode for your eyes, a bunch of addons to improve the editor, and more.",
158158
"category": "Development",
159159
"desktop": {
160-
"StartupWMClass": "turbowarp-desktop",
161-
"Keywords": "scratch;"
160+
"entry": {
161+
"StartupWMClass": "turbowarp-desktop",
162+
"Keywords": "scratch;"
163+
}
162164
},
163165
"extraFiles": [
164166
"linux-files"

0 commit comments

Comments
 (0)