generated from thinkode/modelRepository
initial commit and version 1.0
This commit is contained in:
11
build.bat
Normal file
11
build.bat
Normal file
@@ -0,0 +1,11 @@
|
||||
@REM This script aims to build the audioExtractor software for dubstudio
|
||||
|
||||
@echo off
|
||||
echo "Preparing environment to build 'audioExtractor' for dubstudio"
|
||||
echo "Output file will be stored in dist/audioExtractor.exe"
|
||||
echo "NOTE : For building this program, you must have installed python 3.12.5 and pip 24.3.1"
|
||||
|
||||
echo "Preparing environment..."
|
||||
pip install pyinstaller
|
||||
echo "Building the standalone program..."
|
||||
pyinstaller --onefile audioExtractor.py
|
||||
Reference in New Issue
Block a user