Skip to content

Commit

Permalink
fix import for wget AppImage
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Jul 14, 2024
1 parent 7f69399 commit 602e731
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
run: |
if [ "${{ runner.os }}" == "Linux" ]; then
pyinstaller --onefile --add-data "assets:assets" user_interface.py
# Create AppImage
sudo apt-get install -y appimagekit
# Download AppImage tool
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
chmod +x appimagetool-x86_64.AppImage
./appimagetool-x86_64.AppImage dist/ user_interface.AppImage
Expand Down

0 comments on commit 602e731

Please sign in to comment.