Skip to content

AppImage: Include PySide6.QtDBus #37

AppImage: Include PySide6.QtDBus

AppImage: Include PySide6.QtDBus #37

Workflow file for this run

name: Build AppImage CI
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- name: Install required dependencies
run: sudo apt install -y binutils coreutils desktop-file-utils fakeroot fuse libgdk-pixbuf2.0-dev patchelf python3-pip python3-setuptools squashfs-tools strace util-linux zsync
- name: Download AppImageBuilder etc.
run: |
pip3 install appimage-builder
- name: Build AppImage
run: |
sed -i "s/BUILD_INFO = .*/BUILD_INFO = 'Official AppImage by DavidoTek'/" pupgui2/constants.py
appimage-builder
- name: Upload AppImage
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "continuous"
prerelease: true
title: "Continuous Build"
files: |
./ProtonUp-Qt*.AppImage*