Fix GoofCord launching as 'electron' by passing --class flag
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5f32344cc5
commit
a914726ca9
1 changed files with 10 additions and 1 deletions
|
|
@ -10,7 +10,16 @@
|
|||
# ];
|
||||
#})
|
||||
mangohud
|
||||
goofcord
|
||||
(pkgs.symlinkJoin {
|
||||
name = "goofcord-wrapped";
|
||||
paths = [ goofcord ];
|
||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||
postBuild = ''
|
||||
rm $out/bin/goofcord
|
||||
makeWrapper ${goofcord}/bin/goofcord $out/bin/goofcord \
|
||||
--add-flags "--class=GoofCord"
|
||||
'';
|
||||
})
|
||||
lsfg-vk
|
||||
lsfg-vk-ui
|
||||
faugus-launcher
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue