Initial Commit - Cat mode for windows.
This commit is contained in:
11
scripts/build_exe.ps1
Normal file
11
scripts/build_exe.ps1
Normal file
@@ -0,0 +1,11 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
python -m pip install -r requirements.txt
|
||||
|
||||
# Generate icon files in project root
|
||||
python scripts/make_icon.py
|
||||
|
||||
# Build single-file exe
|
||||
pyinstaller --noconsole --onefile --name CatMode --icon cat.ico main.py
|
||||
|
||||
Write-Host "Build complete. Find the exe in .\\dist\\CatMode.exe"
|
||||
Reference in New Issue
Block a user