mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-14 05:17: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
|
// copy required files
|
||||||
const QDir homeDir = QStandardPaths::standardLocations(QStandardPaths::HomeLocation).first();
|
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
|
// we want to link these so they are updated when our flatpak updates
|
||||||
QFile::link(filesDir.absoluteFilePath(QStringLiteral("steamwrap")), astraToolDir.absoluteFilePath(QStringLiteral("steamwrap")));
|
QFile::link(filesDir.absoluteFilePath(QStringLiteral("steamwrap")), astraToolDir.absoluteFilePath(QStringLiteral("steamwrap")));
|
||||||
|
|
|
@ -85,7 +85,7 @@ modules:
|
||||||
- name: steamwrap
|
- name: steamwrap
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- install -D steamwrap /app/bin/steamwrap
|
- install -D steamwrap /app/libexec/steamwrap
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: file
|
||||||
url: https://xiv.zone/distrib/steamwrap/steamwrap
|
url: https://xiv.zone/distrib/steamwrap/steamwrap
|
||||||
|
@ -93,7 +93,7 @@ modules:
|
||||||
- name: steamapi
|
- name: steamapi
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- install -D libsteam_api.so /app/bin/libsteam_api.so
|
- install -D libsteam_api.so /app/libexec/libsteam_api.so
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: file
|
||||||
url: https://xiv.zone/distrib/steamwrap/libsteam_api.so
|
url: https://xiv.zone/distrib/steamwrap/libsteam_api.so
|
||||||
|
|
Loading…
Add table
Reference in a new issue