Init
This commit is contained in:
12
build.bat
Normal file
12
build.bat
Normal file
@@ -0,0 +1,12 @@
|
||||
@echo off
|
||||
if "%1"=="resources" (
|
||||
pyside6-rcc resources.qrc -o resources_rc.py
|
||||
) else if "%1"=="deploy" (
|
||||
pyside6-deploy.exe -c pysidedeploy.spec
|
||||
) else if "%1"=="pyinstaller" (
|
||||
pyinstaller OxApp.spec --noconfirm
|
||||
) else (
|
||||
echo Commandes disponibles:
|
||||
echo build.bat resources - Compile les ressources
|
||||
echo build.bat deploy - Déploie l'application
|
||||
)
|
||||
Reference in New Issue
Block a user