Skip to content

Commit

Permalink
Build script fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
melianmiko committed Sep 15, 2024
1 parent 14f84df commit 9f36937
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Debian package
path: ./scripts/build_debian/openfreebuds_*.deb
path: ./scripts/build_debian/openfreebuds*
if-no-files-found: error
7 changes: 1 addition & 6 deletions scripts/build_debian/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
/dist
*.whl
*.tar.gz
*.deb
*.buildinfo
*.changes

openfreebuds*
5 changes: 1 addition & 4 deletions scripts/build_debian/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ cd "$(dirname "$0")"
dpkg-buildpackage -S
dpkg-buildpackage -b

mv ../*.deb .
mv ../*.buildinfo .
mv ../*.changes .

mv ../openfreebuds_* .
9 changes: 7 additions & 2 deletions scripts/openfreebuds.desktop
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[Desktop Entry]
Version=1.1
Type=Application
Name=Openfreebuds
Comment=HUAWEI Freebuds manager
Name=OpenFreebuds
GenericName=Headphones manager
GenericName[ru]=Управление наушниками
Comment=Open-source client app for HUAWEI FreeBuds
Comment[ru]=Open-source клиент для устройств HUAWEI FreeBuds
Icon=/usr/lib/python3/dist-packages/openfreebuds_qt/assets/icon.png
Exec=/usr/bin/openfreebuds_qt
Actions=
Terminal=false
Categories=Utility;
Keywords=huawei;headphones;headset;earphones

0 comments on commit 9f36937

Please sign in to comment.