Skip to content

Commit 595dad5

Browse files
committed
improved restoration, onboarding and other qol
1 parent cc9f108 commit 595dad5

File tree

4 files changed

+595
-114
lines changed

4 files changed

+595
-114
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Build with Nuitka
3030
run: |
31-
python -m nuitka --standalone --windows-icon-from-ico=icon.ico --enable-plugin=pyside6 --windows-disable-console --assume-yes-for-downloads --show-progress --output-dir=build ambidex.py
31+
python -m nuitka --standalone --windows-icon-from-ico=icon.ico --enable-plugin=pyside6 --windows-disable-console --assume-yes-for-downloads --clang --show-progress --output-dir=build ambidex.py
3232
3333
- name: Copy icon
3434
run: |

0 commit comments

Comments
 (0)