We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34856d4 commit 06e5f3dCopy full SHA for 06e5f3d
com.noxygalaxy.TWLauncher.json
@@ -23,7 +23,7 @@
23
"npm run build:linux-appimage",
24
"mkdir -p /app/bin",
25
"cp -r dist/linux-unpacked/* /app/bin/",
26
- "ln -s /app/bin/twlauncher /app/bin/twlauncher",
+ "ln -sf /app/bin/twlauncher /app/bin/twlauncher",
27
"install -Dm644 src/assets/logos/twl.png /app/share/icons/hicolor/256x256/apps/com.noxygalaxy.twlauncher.png",
28
"install -Dm644 com.noxygalaxy.twlauncher.desktop /app/share/applications/com.noxygalaxy.twlauncher.desktop"
29
],
@@ -34,7 +34,7 @@
34
},
35
{
36
"type": "file",
37
- "path": "com.noxygalaxy.twlauncher.desktop"
+ "path": "./com.noxygalaxy.twlauncher.desktop"
38
}
39
]
40
0 commit comments