Skip to content

Commit 06e5f3d

Browse files
committed
fix: change name of the .desktop file.
1 parent 34856d4 commit 06e5f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

com.noxygalaxy.TWLauncher.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"npm run build:linux-appimage",
2424
"mkdir -p /app/bin",
2525
"cp -r dist/linux-unpacked/* /app/bin/",
26-
"ln -s /app/bin/twlauncher /app/bin/twlauncher",
26+
"ln -sf /app/bin/twlauncher /app/bin/twlauncher",
2727
"install -Dm644 src/assets/logos/twl.png /app/share/icons/hicolor/256x256/apps/com.noxygalaxy.twlauncher.png",
2828
"install -Dm644 com.noxygalaxy.twlauncher.desktop /app/share/applications/com.noxygalaxy.twlauncher.desktop"
2929
],
@@ -34,7 +34,7 @@
3434
},
3535
{
3636
"type": "file",
37-
"path": "com.noxygalaxy.twlauncher.desktop"
37+
"path": "./com.noxygalaxy.twlauncher.desktop"
3838
}
3939
]
4040
}

0 commit comments

Comments
 (0)