mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-30 17:09:36 +00:00
6 lines
157 B
Batchfile
6 lines
157 B
Batchfile
@echo off
|
|
cls
|
|
pyinstaller --onefile --noconsole --name "Twitch Drops Miner (by DevilXD)" --icon pickaxe.ico ^
|
|
--add-data pickaxe.ico;. main.py
|
|
call pack.bat
|