Skip to content

Commit

Permalink
Add qemu for emulation purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
nemuelw committed Nov 11, 2024
1 parent fddf8db commit 21a3f72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def __init__(self, parent=None):
title_label.setAlignment(Qt.AlignCenter)
layout.addWidget(title_label)

info_label = QLabel('Version 1.1.1\nUnofficial desktop app for Proton.')
info_label = QLabel('Version 1.1.2\nUnofficial desktop app for Proton.')
info_label.setAlignment(Qt.AlignCenter)
layout.addWidget(info_label)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "protodesk"
version = "1.1.1"
version = "1.1.2"
description = "Unofficial desktop app for Proton"
authors = ["Nemuel Wainaina <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 21a3f72

Please sign in to comment.