mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-06-08 13:24:35 +00:00
6 lines
133 B
Batchfile
6 lines
133 B
Batchfile
@echo off
|
|
cls
|
|
set dirpath=%~dp0
|
|
if "%dirpath:~-1%" == "\" set dirpath=%dirpath:~0,-1%
|
|
"%dirpath%/env/scripts/pyinstaller" build.spec
|