mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
re-enable appimage build step
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
Name=SoftwareManager
|
||||
Type=Application
|
||||
Exec=python3 -m SoftwareManager
|
||||
Icon=logo
|
||||
Icon=softwaremanager
|
||||
Terminal=false
|
||||
Categories=X-Software;X-Torrents;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user