Skip to content

Commit

Permalink
Add X-AppImage-Integrate=false to second .desktop file
Browse files Browse the repository at this point in the history
`qtdeploylinux` apparently caches the .desktop file, so we need to
change both of them.
  • Loading branch information
username223 committed Jul 2, 2020
1 parent 70b5e6f commit b12f5f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_scripts/linux/appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ $APPIMAGE_COMMAND

# Disable AppImageLauncher integration for Steam versions
echo "X-AppImage-Integrate=false" >> $EXE_DIR/usr/share/applications/AdvancedSettings.desktop
echo "X-AppImage-Integrate=false" >> $EXE_DIR/AdvancedSettings.desktop
export VERSION="$(git rev-parse --short HEAD)-STEAM"

$APPIMAGE_COMMAND
Expand Down

0 comments on commit b12f5f8

Please sign in to comment.