mirror of
https://github.com/3minbe/DBC_Converter.git
synced 2026-05-17 01:23:58 +09:00
6 lines
129 B
Batchfile
6 lines
129 B
Batchfile
@echo off
|
|
REM 실행 파일 생성
|
|
pyinstaller -w --onefile --distpath . DBC_Converter.py
|
|
|
|
echo 실행 파일 생성 완료
|
|
pause |