mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-13 21:07:46 +00:00
Install steamwrap/libsteam_api.so in libexec instead of bin
This commit is contained in:
parent
6914c39f04
commit
5ca5acfd52
2 changed files with 3 additions and 3 deletions
|
@ -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")));
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue