Compare commits

1 Commits

Author SHA1 Message Date
06c2810111 chore(appimage): use appimage builder from git
Some checks failed
Build Check - AppImage, Arch, Fedora / changes (pull_request) Successful in 29s
Code check / Check code (pull_request) Successful in 1m22s
Build Check - AppImage, Arch, Fedora / Build AppImage (pull_request) Failing after 1m58s
Build Check - AppImage, Arch, Fedora / Build Fedora RPM (41) (pull_request) Has been skipped
Build Check - AppImage, Arch, Fedora / Build Fedora RPM (42) (pull_request) Has been skipped
Build Check - AppImage, Arch, Fedora / Build Fedora RPM (rawhide) (pull_request) Has been skipped
Build Check - AppImage, Arch, Fedora / Build Arch Package (pull_request) Has been skipped
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
2025-07-21 14:06:09 +05:00
10 changed files with 414 additions and 414 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Install tools
run: |
pip3 install git+https://github.com/Frederic98/appimage-builder.git
pip3 install git+https://github.com/AppImageCrafters/appimage-builder.git
pip3 install uv
- name: Build AppImage

View File

@ -8,7 +8,7 @@ on:
env:
# Common version, will be used for tagging the release
VERSION: 0.1.4
VERSION: 0.1.3
PKGDEST: "/tmp/portprotonqt"
PACKAGE: "portprotonqt"
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
@ -27,7 +27,7 @@ jobs:
- name: Install tools
run: |
pip3 install git+https://github.com/Frederic98/appimage-builder.git
pip3 install git+https://github.com/AppImageCrafters/appimage-builder.git
pip3 install uv
- name: Build AppImage

View File

@ -72,7 +72,7 @@ jobs:
- name: Install tools
run: |
pip3 install git+https://github.com/Frederic98/appimage-builder.git
pip3 install git+https://github.com/AppImageCrafters/appimage-builder.git
pip3 install uv
- name: Build AppImage

View File

@ -3,7 +3,7 @@
Все заметные изменения в этом проекте фиксируются в этом файле.
Формат основан на [Keep a Changelog](https://keepachangelog.com/) и придерживается принципов [Semantic Versioning](https://semver.org/).
## [0.1.4] - 2025-07-21
## [Unreleased]
### Added
- Переводы в переопределениях (за подробностями в документацию)

View File

@ -45,7 +45,7 @@ AppDir:
id: ru.linux_gaming.PortProtonQt
name: PortProtonQt
icon: ru.linux_gaming.PortProtonQt
version: 0.1.4
version: 0.1.3
exec: usr/bin/python3
exec_args: "-m portprotonqt.app $@"
apt:

View File

@ -1,5 +1,5 @@
pkgname=portprotonqt
pkgver=0.1.4
pkgver=0.1.3
pkgrel=1
pkgdesc="Modern GUI for managing and launching games from PortProton, Steam, and Epic Games Store"
arch=('any')

View File

@ -1,5 +1,5 @@
%global pypi_name portprotonqt
%global pypi_version 0.1.4
%global pypi_version 0.1.3
%global oname PortProtonQt
%global _python_no_extras_requires 1

View File

@ -12,7 +12,7 @@ logger = get_logger(__name__)
__app_id__ = "ru.linux_gaming.PortProtonQt"
__app_name__ = "PortProtonQt"
__app_version__ = "0.1.4"
__app_version__ = "0.1.3"
def main():
app = QApplication(sys.argv)

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "portprotonqt"
version = "0.1.4"
version = "0.1.3"
description = "A project to rewrite PortProton (PortWINE) using PySide"
readme = "README.md"
license = { text = "GPL-3.0" }

808
uv.lock generated

File diff suppressed because it is too large Load Diff