golden-cheetah-bin: correctly (unset) env variable in .desktop file (#384178)

This commit is contained in:
Adam C. Stephens 2025-02-22 07:45:37 -05:00 committed by GitHub
commit 95056e6508
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ appimageTools.wrapType2 rec {
mkdir -p $out/share/pixmaps
cp ${appimageContents}/GoldenCheetah.desktop $out/share/applications/
substituteInPlace $out/share/applications/GoldenCheetah.desktop --replace-fail \
"Exec=GoldenCheetah" "Exec=QT_PLUGIN_PATH= GoldenCheetah"
"Exec=GoldenCheetah" "Exec=env QT_PLUGIN_PATH= GoldenCheetah"
cp ${appimageContents}/gc.png $out/share/pixmaps/
'';
meta = {