Skip to content

Commit 44b18bd

Browse files
committed
.
1 parent 67aa466 commit 44b18bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
pip install pyinstaller
2323
2424
- name: Build GUI
25-
run: pyinstaller -y -F -w -i "GUI/DUCE-LOGO.ico" --name "DUCE-GUI-windows" --add-data="GUI/pack;pack/" --add-data "c:\hostedtoolcache\windows\python\3.9.6\x64\lib\site-packages\cloudscraper;./cloudscraper/" "GUI/duce.py"
25+
run: pyinstaller -y -F -w -i "GUI/DUCE-LOGO.ico" --name "DUCE-GUI-windows" --add-data="GUI/pack;pack/" --add-data "c:\hostedtoolcache\windows\python\3.9.9\x64\lib\site-packages\cloudscraper;./cloudscraper/" "GUI/duce.py"
2626

2727
- name: Build CLI
28-
run: pyinstaller -y -F -c -i "CLI/DUCE-LOGO.ico" --name "DUCE-CLI-windows" --add-data="CLI/colors.py;." --add-data "c:\hostedtoolcache\windows\python\3.9.6\x64\lib\site-packages\cloudscraper;./cloudscraper/" "CLI/duce.py"
28+
run: pyinstaller -y -F -c -i "CLI/DUCE-LOGO.ico" --name "DUCE-CLI-windows" --add-data="CLI/colors.py;." --add-data "c:\hostedtoolcache\windows\python\3.9.9\x64\lib\site-packages\cloudscraper;./cloudscraper/" "CLI/duce.py"
2929

3030
- name: Upload GUI.exe
3131
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)