mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-30 08:59:36 +00:00
6 lines
195 B
Batchfile
6 lines
195 B
Batchfile
@echo off
|
|
cls
|
|
%CD%/env/scripts/pyinstaller --onefile --noconsole --name "Twitch Drops Miner (by DevilXD)" ^
|
|
--icon pickaxe.ico --add-data pickaxe.ico;. main.py
|
|
if %ERRORLEVEL% == 0 call pack.bat
|