Browse Source

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	src/gui.py
#	src/scraper.py
LuTong 3 tháng trước cách đây
mục cha
commit
440fe7f499
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      bash/pack.bash

+ 3 - 1
bash/pack.bash

@@ -1 +1,3 @@
-pyinstaller --noconsole --onedir --add-data "templates;templates" --paths . --collect-all selenium_stealth --icon="app.ico" --name "1688_Product_Scraper" --clean src/main.py
+pyinstaller --noconsole --onedir --add-data "templates;templates" --paths . --collect-all selenium_stealth --icon="app.ico" --name "1688_Product_Scraper" --clean src/main.py
+
+pyinstaller --noconsole --onedir --noconfirm --add-data "templates;templates" --add-data "app.ico;." --paths . --collect-all selenium_stealth --collect-all webdriver_manager --icon="app.ico" --name "1688_Product_Scraper" --clean src/main.py