Skip to content

Commit

Permalink
Fixed selenium_stealth compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
rzc0d3r committed Mar 12, 2024
1 parent 8c04cf0 commit 262481e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ jobs:
Expand-Archive -Path "python-v3.8.0-portable_win32.zip" -DestinationPath .
.\python.exe -m pip install pyinstaller --no-warn-script-location
.\python.exe -m pip install -r ../requirements.txt --no-warn-script-location
Scripts/pyinstaller.exe --onefile --clean ../main.py
Scripts/pyinstaller.exe --onefile --clean --collect-data selenium_stealth ../main.py
Move-Item -Path .\dist\main.exe -Destination ".\ESET-KeyGen_v${{ github.event.inputs.version }}_win32.exe"
cd ..
- name: Compile (based on Python x64)
run: |
pip install -r requirements.txt
pip install pyinstaller
pyinstaller --onefile --clean main.py
pyinstaller --onefile --clean --collect-data selenium_stealth main.py
Move-Item -Path .\dist\main.exe -Destination ".\ESET-KeyGen_v${{ github.event.inputs.version }}_win64.exe"
- name: Release
Expand Down

0 comments on commit 262481e

Please sign in to comment.