re-enable appimage build step

This commit is contained in:
2026-07-10 23:57:39 +02:00
parent 1574ae594e
commit a8f0186c2e
3 changed files with 8 additions and 6 deletions
+5 -4
View File
@@ -19,6 +19,7 @@ jobs:
include:
- os: ubuntu-22.04
artifact_name: SoftwareManager-test-${{ github.sha }}-linux
artifact_name: SoftwareManager-x86_64
- os: windows-latest
artifact_name: SoftwareManager-test-${{ github.sha }}-windows
- os: macos-latest
@@ -149,10 +150,10 @@ jobs:
--name ${{ env.APP_NAME }} \
src/main.py
# - name: Build AppImage (Linux)
# if: runner.os == 'Linux'
# shell: bash
# run: scripts/build_appimage.sh
- name: Build AppImage (Linux)
if: runner.os == 'Linux'
shell: bash
run: scripts/build_appimage.sh
- name: Build with PyInstaller (macOS)
if: runner.os == 'macOS'
+1 -1
View File
@@ -2,6 +2,6 @@
Name=SoftwareManager
Type=Application
Exec=python3 -m SoftwareManager
Icon=logo
Icon=softwaremanager
Terminal=false
Categories=X-Software;X-Torrents;
+2 -1
View File
@@ -24,7 +24,8 @@ cd build/SoftwareManager.AppDir
rm AppRun .DirIcon python.png python*.desktop usr/share/applications/python*.desktop
cp -t . ../../src/interface/assets/logo.png ../../SoftwareManager.desktop
cp -t ./softwaremanager.png ../../src/interface/assets/logo.png
cp -t . ../../SoftwareManager.desktop
cp ../../SoftwareManager.desktop usr/share/applications/
echo '#! /bin/bash