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/"