Skip to content

Commit 08f082b

Browse files
authored
Merge pull request #3553 from TheCastleDev/master
Fix linux paths for Aseprite, PixiEditor, Photoshop, and GIMP
2 parents c30f616 + 167d119 commit 08f082b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

js/desktop.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,31 +326,31 @@ const ImageEditorPresets = {
326326
paths: {
327327
win32: 'C:\\Program Files\\Aseprite\\Aseprite.exe',
328328
darwin: '/Applications/Aseprite.app',
329-
linux: '/usr/share/applications//aseprite.desktop',
329+
linux: '/usr/share/applications/aseprite.desktop',
330330
}
331331
},
332332
pixieditor: {
333333
name: 'PixiEditor',
334334
paths: {
335335
win32: 'C:\\Program Files\\PixiEditor\\PixiEditor.exe',
336336
darwin: '/Applications/PixiEditor.app',
337-
linux: '/usr/share/applications//pixieditor.desktop',
337+
linux: '/usr/share/applications/pixieditor.desktop',
338338
}
339339
},
340340
ps: {
341341
name: 'Photoshop',
342342
paths: {
343343
win32: 'C:\\Program Files\\Adobe\\Adobe Photoshop 2026\\Photoshop.exe',
344344
darwin: '/Applications/Adobe Photoshop 2026/Adobe Photoshop 2026.app',
345-
linux: '/usr/share/applications//photoshop.desktop'
345+
linux: '/usr/share/applications/photoshop.desktop'
346346
}
347347
},
348348
gimp: {
349349
name: 'GIMP',
350350
paths: {
351351
win32: 'C:\\Program Files\\GIMP 3\\bin\\gimp-3.exe',
352352
darwin: '/Applications/Gimp-3.app',
353-
linux: '/usr/share/applications//gimp.desktop',
353+
linux: '/usr/share/applications/gimp.desktop',
354354
}
355355
},
356356
pdn: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Blockbench",
33
"description": "Low-poly modeling and animation software",
4-
"version": "5.1.3",
4+
"version": "5.1.4",
55
"license": "GPL-3.0-or-later",
66
"author": {
77
"name": "JannisX11",

0 commit comments

Comments
 (0)