Skip to content

Commit

Permalink
Update Run Build EXE.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ad-closeNN authored Aug 13, 2024
1 parent 0ea653b commit 623dba4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Run Build EXE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.12.4'

architecture: 'x64'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.12.4'

architecture: 'x86'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -65,7 +65,7 @@ jobs:
run: pip install pyinstaller

- name: Build EXE
run: pyinstaller --onefile --distpath dist/x86 --win32 main.py -i thinking.ico
run: pyinstaller --onefile --distpath dist/x86 main.py -i thinking.ico

- name: Rename built EXE
run: move dist/x86/main.exe "dist/x86/LiteLoaderQQNT Auto Patch_x86.exe"
Expand Down

0 comments on commit 623dba4

Please sign in to comment.