From eba87e826bf283932304e4b31ac8718de70ad749 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Sat, 2 Nov 2024 20:07:30 +0300 Subject: [PATCH] fix opt path --- .github/release-nest-v3 | 2 +- debian/changelog | 2 +- debian/rules | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/release-nest-v3 b/.github/release-nest-v3 index bf0d87a..7813681 100644 --- a/.github/release-nest-v3 +++ b/.github/release-nest-v3 @@ -1 +1 @@ -4 \ No newline at end of file +5 \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 0772b9d..00f5dd2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -heroic-games-launcher (2.15.2-101pika1) pika; urgency=medium +heroic-games-launcher (2.15.2-101pika2) pika; urgency=medium * Initial release. diff --git a/debian/rules b/debian/rules index be36671..1e02d56 100755 --- a/debian/rules +++ b/debian/rules @@ -12,10 +12,10 @@ override_dh_auto_build: pnpm dist:linux tar.xz override_dh_install: - install -d "debian/heroic-games-launcher/opt/heroic" - cp -r dist/linux-unpacked/* "debian/heroic-games-launcher/opt/heroic" + install -d "debian/heroic-games-launcher/opt/Heroic" + cp -r dist/linux-unpacked/* "debian/heroic-games-launcher/opt/Heroic" install -d "debian/heroic-games-launcher/usr/bin" - ln -s /opt/heroic/heroic "debian/heroic-games-launcher/usr/bin/heroic" + ln -s /opt/Heroic/heroic "debian/heroic-games-launcher/usr/bin/heroic" install -d "debian/heroic-games-launcher/usr/share" cp -r "debian/extras/icons" "debian/heroic-games-launcher/usr/share/" install -d "debian/heroic-games-launcher/usr/share/applications/"