diff --git a/.github/release-nest-v3 b/.github/release-nest-v3 index 56a6051..d8263ee 100644 --- a/.github/release-nest-v3 +++ b/.github/release-nest-v3 @@ -1 +1 @@ -1 \ No newline at end of file +2 \ No newline at end of file diff --git a/pikafetch/debian/changelog b/pikafetch/debian/changelog index 5c8a879..3a87f00 100644 --- a/pikafetch/debian/changelog +++ b/pikafetch/debian/changelog @@ -1,4 +1,4 @@ -pikafetch (0.5.0-101pika5) pika; urgency=medium +pikafetch (0.5.0-101pika6) pika; urgency=medium * Swap GPU info source location diff --git a/pikafetch/debian/rules b/pikafetch/debian/rules index c595e9f..8d69987 100755 --- a/pikafetch/debian/rules +++ b/pikafetch/debian/rules @@ -10,6 +10,7 @@ override_dh_install: dh_install mkdir -p debian/pikafetch/usr/bin/ cp -vf pikafetch debian/pikafetch/usr/bin/ + cp -vf pci.ids debian/pikafetch/usr/share/pikafetch/ chmod 755 debian/pikafetch/usr/bin/pikafetch chmod +x debian/pikafetch/usr/bin/pikafetch diff --git a/pikafetch/debian/pikafetch/usr/share/pikafetch/pci.ids b/pikafetch/pci.ids similarity index 100% rename from pikafetch/debian/pikafetch/usr/share/pikafetch/pci.ids rename to pikafetch/pci.ids