File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
21
21
- name : Install dependencies
22
22
run : |
23
23
pip install --timeout=300 -r requirements.txt
24
- pip install nuitka
24
+ pip install nuitka==2.5.4
25
25
26
26
- name : Build with Nuitka
27
27
run : |
28
28
mv main.py Ghost-Downloader-3.py
29
- nuitka --enable-plugin=pyside6 --show-memory --output-dir=output --windows-disable- console --windows-icon-from-ico=images/logo.ico --company-name=XiaoYouChR --product-name="Ghost Downloader" --file-description="Ghost Downloader" --copyright="Copyright(C) 2024 XiaoYouChR" --file-version=3.4.6 --product-version=3.4.6 Ghost-Downloader-3.py
29
+ nuitka --standalone -- enable-plugin=pyside6 --show-memory --output-dir=output --windows-console-mode=disable --windows-icon-from-ico=images/logo.ico --company-name=XiaoYouChR --product-name="Ghost Downloader" --file-description="Ghost Downloader" --copyright="Copyright(C) 2024 XiaoYouChR" --file-version=3.4.6 --product-version=3.4.6 Ghost-Downloader-3.py
30
30
# nuitka --module plugins/jy_os_page.py
31
31
# mv jy_os_page*.pyd output/
32
32
53
53
- name : Install dependencies
54
54
run : |
55
55
pip install --timeout=300 -r requirements.txt
56
- pip install nuitka
56
+ pip install nuitka==2.5.4
57
57
58
58
- name : Build with Nuitka
59
59
run : |
You can’t perform that action at this time.
0 commit comments