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:
|
include:
|
||||||
- os: ubuntu-22.04
|
- os: ubuntu-22.04
|
||||||
artifact_name: SoftwareManager-test-${{ github.sha }}-linux
|
artifact_name: SoftwareManager-test-${{ github.sha }}-linux
|
||||||
|
artifact_name: SoftwareManager-x86_64
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
artifact_name: SoftwareManager-test-${{ github.sha }}-windows
|
artifact_name: SoftwareManager-test-${{ github.sha }}-windows
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
@@ -149,10 +150,10 @@ jobs:
|
|||||||
--name ${{ env.APP_NAME }} \
|
--name ${{ env.APP_NAME }} \
|
||||||
src/main.py
|
src/main.py
|
||||||
|
|
||||||
# - name: Build AppImage (Linux)
|
- name: Build AppImage (Linux)
|
||||||
# if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
# shell: bash
|
shell: bash
|
||||||
# run: scripts/build_appimage.sh
|
run: scripts/build_appimage.sh
|
||||||
|
|
||||||
- name: Build with PyInstaller (macOS)
|
- name: Build with PyInstaller (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
Name=SoftwareManager
|
Name=SoftwareManager
|
||||||
Type=Application
|
Type=Application
|
||||||
Exec=python3 -m SoftwareManager
|
Exec=python3 -m SoftwareManager
|
||||||
Icon=logo
|
Icon=softwaremanager
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=X-Software;X-Torrents;
|
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
|
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/
|
cp ../../SoftwareManager.desktop usr/share/applications/
|
||||||
|
|
||||||
echo '#! /bin/bash
|
echo '#! /bin/bash
|
||||||
|
|||||||
Reference in New Issue
Block a user