Skip to content

chore: 不要这些了 #7

chore: 不要这些了

chore: 不要这些了 #7

Workflow file for this run

name: Build
on:
push:
pull_request:
workflow_dispatch:
jobs:
Build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set-up
shell: bash
run: |
pip install pyinstaller
pip install requests
- name: Build with pyinstaller
run: |
pyinstaller --onefile "LiteLoaderQQNT Auto Install.py"
- name: Upload
uses: actions/upload-artifact@v4
with:
name: "LiteLoaderQQNT Auto Install.exe"
path: |
dist/LiteLoaderQQNT Auto Install.exe