Skip to content

Commit 6cbd9f0

Browse files
author
Edison
committed
Add spec file and update workflow to use it
1 parent a538bc8 commit 6cbd9f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "Current directory:"
3434
dir
3535
echo "Building exe..."
36-
pyinstaller --name="PDF分割工具" --noconsole --onefile --clean --windowed pdf_splitter_tkinter_new.py
36+
pyinstaller pdf_splitter.spec
3737
echo "Build complete, checking dist directory:"
3838
dir dist
3939

0 commit comments

Comments
 (0)