mirror of
https://github.com/Ahrimdon/detailed-cod-tracker.git
synced 2025-02-25 08:49:36 -05:00
maint(): refactor directory structure
This commit is contained in:
parent
c3e0db32d8
commit
cb0a75cf68
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
cd /d %~dp0 :: Change directory to the location of this batch file
|
cd /d %~dp0 :: Change directory to the location of this batch file
|
||||||
call ../venv/Scripts/activate :: Activate the virtual environment
|
call ../venv/Scripts/activate :: Activate the virtual environment
|
||||||
pyinstaller --noconfirm --onefile --console --icon "../assets/icon.ico" get_cod_stats.py --distpath="../build/bin" -n "get_cod_stats"
|
pyinstaller --noconfirm --onefile --console --icon "../assets/icon.ico" main.py --distpath="../build/bin" -n "get_cod_stats"
|
||||||
|
|
||||||
rmdir /s /q build
|
rmdir /s /q build
|
||||||
del /q "get_cod_stats.spec"
|
del /q "get_cod_stats.spec"
|
@ -4,7 +4,7 @@ import subprocess
|
|||||||
import PyInstaller.__main__
|
import PyInstaller.__main__
|
||||||
|
|
||||||
# Constants for your project
|
# Constants for your project
|
||||||
SCRIPT = "get_cod_stats.py"
|
SCRIPT = "main.py"
|
||||||
ICON = "assets/icon.ico"
|
ICON = "assets/icon.ico"
|
||||||
NAME = "get_cod_stats"
|
NAME = "get_cod_stats"
|
||||||
DIST_PATH = "bin"
|
DIST_PATH = "bin"
|
Loading…
x
Reference in New Issue
Block a user