mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-31 01:19:36 +00:00
5 lines
89 B
Batchfile
5 lines
89 B
Batchfile
@echo off
|
|
cls
|
|
%CD%/env/scripts/pyinstaller build.spec
|
|
if %ERRORLEVEL% == 0 call pack.bat
|