Skip to content

Commit

Permalink
不在支持Win7 和32位操作系统
Browse files Browse the repository at this point in the history
  • Loading branch information
lilingfengdev committed May 28, 2024
1 parent 3e6a168 commit 225f8c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.8"
architecture: 'x86'
python-version: "3.11"
- name: Install Dependencies
run: pip install pyyaml install-jdk tqdm p_tqdm psutil rtoml requests pyinstaller pyarmor
run: pip install pyyaml install-jdk tqdm psutil requests pyinstaller pyarmor
- name: Install RToml
run: pip install rtoml-0.10.0-cp311-none-win_amd64.whl
- name: Generate Bundle
run: |
python generate-bundle.py
Expand Down
1 change: 0 additions & 1 deletion auto-antiseedcracker.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from utils import *
import rtoml
import urllib.request

script_license()
print("开始配置!")
Expand Down
Binary file added rtoml-0.10.0-cp311-none-win_amd64.whl
Binary file not shown.

0 comments on commit 225f8c0

Please sign in to comment.