Skip to content

Commit

Permalink
update package name to mexassistant
Browse files Browse the repository at this point in the history
  • Loading branch information
janinainfa committed Jul 9, 2024
1 parent d1b04c2 commit 791b677
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ jobs:
- name: Build Exec
run: |
pip install pyinstaller
pyinstaller --name=mex-assistant --onefile main.py
pyinstaller --name=mexassistant --onefile main.py
- name: Create Deb Package
run: |
cp -r deb-package dist
mv dist/mex-assistant dist/deb-package/usr/local/bin
mv deb-package mex-assistant
dpkg-deb --build myproject
mv dist/mexassistant dist/deb-package/usr/local/bin
mv dist/deb-package dist/mexassistant
dpkg-deb --build dist/mexassistant
- name: Saving Artifacts
uses: actions/upload-artifact@v2
with:
name: mex-assistant
name: mexassistant-deb
path: dist/


15 changes: 12 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deb-package/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Package: mex-assistant
Package: mex-ssistant
Version: 1.0
Section: base
Priority: optional
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Version=1.0
Name=Mex Assistant
Comment=Prosty asystent głosowy stworzony przy użyciu Pythona i Qt5.
Exec=/usr/local/bin/mex-assistant
Icon=/usr/share/icons/hicolor/256x256/apps/mex-assistant.png
Exec=/usr/local/bin/mexassistant
Icon=/usr/share/icons/hicolor/256x256/apps/mexassistant.png
Terminal=false
Type=Application
Categories=Utility;Application;

0 comments on commit 791b677

Please sign in to comment.