File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ jobs:
29
29
30
30
- name : Build with PyInstaller
31
31
run : >
32
- pyinstaller --onefile main.py \
33
- --name TextAutoTranslate \
34
- --distpath dist/TextAutoTranslate \
35
- --workpath .pyinstaller-cache \
36
- --specpath .pyinstaller-cache \
37
- --hidden-import=urllib3.contrib.resolver.system \
38
- --hidden-import=urllib3.contrib.hface.protocols.http1 \
39
- --hidden-import=urllib3.contrib.hface.protocols.http2 \
40
- --hidden-import=urllib3.contrib.hface.protocols.http3 \
41
- --noconsole
32
+ pyinstaller --onefile main.py
33
+ --name TextAutoTranslate
34
+ --distpath dist/TextAutoTranslate
35
+ --workpath .pyinstaller-cache
36
+ --specpath .pyinstaller-cache
37
+ --hidden-import=urllib3.contrib.resolver.system
38
+ --hidden-import=urllib3.contrib.hface.protocols.http1
39
+ --hidden-import=urllib3.contrib.hface.protocols.http2
40
+ --hidden-import=urllib3.contrib.hface.protocols.http3
41
+ --noconsole
42
42
43
43
- name : Upload Artifacts
44
44
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments