diff --git a/launcher/src/compatibilitytoolinstaller.cpp b/launcher/src/compatibilitytoolinstaller.cpp index 1adef84..a62f873 100644 --- a/launcher/src/compatibilitytoolinstaller.cpp +++ b/launcher/src/compatibilitytoolinstaller.cpp @@ -64,7 +64,7 @@ void CompatibilityToolInstaller::installCompatibilityTool() // copy required files const QDir homeDir = QStandardPaths::standardLocations(QStandardPaths::HomeLocation).first(); - const QDir filesDir = homeDir.absoluteFilePath(QStringLiteral(".local/share/flatpak/app/zone.xiv.astra/current/active/files/bin/")); + const QDir filesDir = homeDir.absoluteFilePath(QStringLiteral(".local/share/flatpak/app/zone.xiv.astra/current/active/files/libexec/")); // we want to link these so they are updated when our flatpak updates QFile::link(filesDir.absoluteFilePath(QStringLiteral("steamwrap")), astraToolDir.absoluteFilePath(QStringLiteral("steamwrap"))); diff --git a/zone.xiv.astra.yml b/zone.xiv.astra.yml index f8a8adf..1332032 100644 --- a/zone.xiv.astra.yml +++ b/zone.xiv.astra.yml @@ -85,7 +85,7 @@ modules: - name: steamwrap buildsystem: simple build-commands: - - install -D steamwrap /app/bin/steamwrap + - install -D steamwrap /app/libexec/steamwrap sources: - type: file url: https://xiv.zone/distrib/steamwrap/steamwrap @@ -93,7 +93,7 @@ modules: - name: steamapi buildsystem: simple build-commands: - - install -D libsteam_api.so /app/bin/libsteam_api.so + - install -D libsteam_api.so /app/libexec/libsteam_api.so sources: - type: file url: https://xiv.zone/distrib/steamwrap/libsteam_api.so