Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
techtanic committed Feb 23, 2022
1 parent 17b6af1 commit 2a290b5
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 331 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pip install pyinstaller
- name: Build GUI
run: pyinstaller -y -F -w -i "GUI/DUCE-LOGO.ico" --name "DUCE-GUI-windows" --add-data="browser_cookie3;browser_cookie3/" --add-data="GUI/pack;pack/" --add-data "c:\hostedtoolcache\windows\python\3.9.10\x64\lib\site-packages\cloudscraper;./cloudscraper/" "GUI/duce.py"
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.10\x64\lib\site-packages\cloudscraper;./cloudscraper/" "GUI/duce.py"

- name: Build CLI
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.10\x64\lib\site-packages\cloudscraper;./cloudscraper/" "CLI/duce.py"
Expand Down
3 changes: 1 addition & 2 deletions GUI/duce.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
from decimal import Decimal
from urllib.parse import parse_qs, unquote, urlsplit
from webbrowser import open as web

import browser_cookie3
from pack import browser_cookie3
import cloudscraper
import PySimpleGUI as sg
import requests
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions browser_cookie3/.gitignore

This file was deleted.

28 changes: 0 additions & 28 deletions browser_cookie3/CHANGELOG.md

This file was deleted.

166 changes: 0 additions & 166 deletions browser_cookie3/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion browser_cookie3/README

This file was deleted.

130 changes: 0 additions & 130 deletions browser_cookie3/README.md

This file was deleted.

0 comments on commit 2a290b5

Please sign in to comment.