diff --git a/.github/workflows/Run Build EXE.yml b/.github/workflows/Run Build EXE.yml index 547ed85..c6e165b 100644 --- a/.github/workflows/Run Build EXE.yml +++ b/.github/workflows/Run Build EXE.yml @@ -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 @@ -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 @@ -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"