Skip to content

Commit 06bf26f

Browse files
committed
v1.1.2
unpin stuff from nuitka bug, and switch to production signing cert
1 parent cfb1671 commit 06bf26f

File tree

5 files changed

+29
-30
lines changed

5 files changed

+29
-30
lines changed

.github/workflows/push_build.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
run: |
2121
sudo apt update && \
2222
sudo apt install -y ccache patchelf
23-
- name: Set up Python 3.13.3
23+
- name: Set up Python 3.13
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: "3.13.3"
26+
python-version: "3.13"
2727
- name: Install Dependencies
2828
run: |
2929
python -m pip install --upgrade pip
@@ -51,10 +51,10 @@ jobs:
5151
run: |
5252
sudo apt update && \
5353
sudo apt install -y ccache patchelf
54-
- name: Set up Python 3.13.3
54+
- name: Set up Python 3.13
5555
uses: actions/setup-python@v5
5656
with:
57-
python-version: "3.13.3"
57+
python-version: "3.13"
5858
- name: Install Dependencies
5959
run: |
6060
python -m pip install --upgrade pip
@@ -78,10 +78,10 @@ jobs:
7878

7979
steps:
8080
- uses: actions/checkout@v4
81-
- name: Set up Python 3.13.3
81+
- name: Set up Python 3.13
8282
uses: actions/setup-python@v5
8383
with:
84-
python-version: "3.13.3"
84+
python-version: "3.13"
8585
- name: Install Dependencies
8686
run: |
8787
python -m pip install --upgrade pip
@@ -105,10 +105,10 @@ jobs:
105105

106106
steps:
107107
- uses: actions/checkout@v4
108-
- name: Set up Python 3.13.3
108+
- name: Set up Python 3.13
109109
uses: actions/setup-python@v5
110110
with:
111-
python-version: "3.13.3"
111+
python-version: "3.13"
112112
- name: Install Dependencies
113113
run: |
114114
python -m pip install --upgrade pip
@@ -134,10 +134,10 @@ jobs:
134134
- uses: actions/checkout@v4
135135
- name: Enable Developer Command Prompt
136136
uses: ilammy/[email protected]
137-
- name: Set up Python 3.13.3
137+
- name: Set up Python 3.13
138138
uses: actions/setup-python@v5
139139
with:
140-
python-version: "3.13.3"
140+
python-version: "3.13"
141141
- name: Install Dependencies
142142
run: |
143143
python -m pip install --upgrade pip
@@ -158,10 +158,10 @@ jobs:
158158
- uses: actions/checkout@v4
159159
- name: Enable Developer Command Prompt
160160
uses: ilammy/[email protected]
161-
- name: Set up Python 3.13.3
161+
- name: Set up Python 3.13
162162
uses: actions/setup-python@v5
163163
with:
164-
python-version: "3.13.3"
164+
python-version: "3.13"
165165
- name: Install Dependencies
166166
run: |
167167
python -m pip install --upgrade pip

.github/workflows/tag_build.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
run: |
2323
sudo apt update && \
2424
sudo apt install -y ccache patchelf
25-
- name: Set up Python 3.13.3
25+
- name: Set up Python 3.13
2626
uses: actions/setup-python@v5
2727
with:
28-
python-version: "3.13.3"
28+
python-version: "3.13"
2929
- name: Install Dependencies
3030
run: |
3131
python -m pip install --upgrade pip
@@ -53,10 +53,10 @@ jobs:
5353
run: |
5454
sudo apt update && \
5555
sudo apt install -y ccache patchelf
56-
- name: Set up Python 3.13.3
56+
- name: Set up Python 3.13
5757
uses: actions/setup-python@v5
5858
with:
59-
python-version: "3.13.3"
59+
python-version: "3.13"
6060
- name: Install Dependencies
6161
run: |
6262
python -m pip install --upgrade pip
@@ -80,10 +80,10 @@ jobs:
8080

8181
steps:
8282
- uses: actions/checkout@v4
83-
- name: Set up Python 3.13.3
83+
- name: Set up Python 3.13
8484
uses: actions/setup-python@v5
8585
with:
86-
python-version: "3.13.3"
86+
python-version: "3.13"
8787
- name: Install Dependencies
8888
run: |
8989
python -m pip install --upgrade pip
@@ -107,10 +107,10 @@ jobs:
107107

108108
steps:
109109
- uses: actions/checkout@v4
110-
- name: Set up Python 3.13.3
110+
- name: Set up Python 3.13
111111
uses: actions/setup-python@v5
112112
with:
113-
python-version: "3.13.3"
113+
python-version: "3.13"
114114
- name: Install Dependencies
115115
run: |
116116
python -m pip install --upgrade pip
@@ -136,10 +136,10 @@ jobs:
136136
- uses: actions/checkout@v4
137137
- name: Enable Developer Command Prompt
138138
uses: ilammy/[email protected]
139-
- name: Set up Python 3.13.3
139+
- name: Set up Python 3.13
140140
uses: actions/setup-python@v5
141141
with:
142-
python-version: "3.13.3"
142+
python-version: "3.13"
143143
- name: Install Dependencies
144144
run: |
145145
python -m pip install --upgrade pip
@@ -158,7 +158,7 @@ jobs:
158158
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
159159
organization-id: 'bcf4928f-3b0a-4b3c-b4bf-a5211cd8ca53'
160160
project-slug: 'WiiLink-Patcher-GUI'
161-
signing-policy-slug: 'test-signing'
161+
signing-policy-slug: 'release-signing'
162162
github-artifact-id: '${{ steps.upload-unsigned-onefile-package.outputs.artifact-id }}'
163163
wait-for-completion: true
164164
output-artifact-directory: '.\signed-package'
@@ -176,10 +176,10 @@ jobs:
176176
- uses: actions/checkout@v4
177177
- name: Enable Developer Command Prompt
178178
uses: ilammy/[email protected]
179-
- name: Set up Python 3.13.3
179+
- name: Set up Python 3.13
180180
uses: actions/setup-python@v5
181181
with:
182-
python-version: "3.13.3"
182+
python-version: "3.13"
183183
- name: Install Dependencies
184184
run: |
185185
python -m pip install --upgrade pip
@@ -198,7 +198,7 @@ jobs:
198198
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
199199
organization-id: 'bcf4928f-3b0a-4b3c-b4bf-a5211cd8ca53'
200200
project-slug: 'WiiLink-Patcher-GUI'
201-
signing-policy-slug: 'test-signing'
201+
signing-policy-slug: 'release-signing'
202202
github-artifact-id: '${{ steps.upload-unsigned-standalone-package.outputs.artifact-id }}'
203203
wait-for-completion: true
204204
output-artifact-directory: '.\signed-package'

WiiLinkPatcherGUI.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@ def __init__(self, parent=None):
284284
"<a href=https://noahpistilli.ca style='color: #4a86e8; text-decoration: none;'><b>Sketch</b></a> - WiiLink Project Lead"
285285
)
286286
),
287-
"isla": QLabel(
287+
"harry": QLabel(
288288
self.tr(
289-
"<a href=https://islawalker.uk style='color: #4a86e8; text-decoration: none;'><b>Isla</b></a> - WiiLink Patcher GUI Developer"
289+
"<a href=https://harrywalker.uk style='color: #4a86e8; text-decoration: none;'><b>Harry</b></a> - WiiLink Patcher GUI Developer"
290290
)
291291
),
292292
"pablo": QLabel(

modules/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import os
88

99
patcher_url = "https://patcher.wiilink24.com"
10-
patcher_version = "1.1.2 Nightly"
10+
patcher_version = "1.1.2"
1111

1212
temp_dir = pathlib.Path().joinpath(tempfile.gettempdir(), "WiiLinkPatcher")
1313
file_path = pathlib.Path(__file__).parents[1]

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ requests
88
psutil
99
black
1010
pyudev
11-
certifi==2025.4.26

0 commit comments

Comments
 (0)