Skip to content

Commit 1cb7511

Browse files
committed
Change Linux executable name back to turbowarp-desktop
electron-userland/electron-builder#9068
1 parent 8556756 commit 1cb7511

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Prefix notes with "Windows:", "macOS:", or "Linux:" as needed. Do not use **form
66

77
- New compiler; some projects run twice as fast
88
- macOS: Fixed poor performance on macOS 26
9+
- Linux: Changed executable name back to "turbowarp-desktop" after unintentional change in previous update
910

1011
# 1.14.5 (2025-08-28)
1112

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
"provisioningProfile": "build/development.provisionprofile"
151151
},
152152
"linux": {
153+
"executableName": "turbowarp-desktop",
153154
"artifactName": "${productName}-${os}-${arch}-${version}.${ext}",
154155
"icon": "./build/",
155156
"synopsis": "Mod of Scratch with a compiler and more features.",

0 commit comments

Comments
 (0)