Files
2026-08-27 14:04:28 +08:00

10 lines
299 B
Batchfile

@echo off
rem ============================================
rem WeCom Export Helper - One-Click Build
rem Double-click this file to build the exe
rem ============================================
cd /d %~dp0
C:\Users\pc\.workbuddy\binaries\python\envs\gui311\Scripts\python.exe build.py
echo.
pause