-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmake.bat
More file actions
20 lines (16 loc) · 766 Bytes
/
make.bat
File metadata and controls
20 lines (16 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
set project=FolderMonitor
pyinstaller %1 --distpath ..\dist -y %project%.py
@echo.
@echo.
@echo.
@echo -----------------------------------------------------------------------------------------------------
@echo -----------------------------------------------------------------------------------------------------
@echo generazione exe completata per il progetto %project%...
@echo -----------------------------------------------------------------------------------------------------
@echo -----------------------------------------------------------------------------------------------------
@echo comando: pyinstaller %1 --distpath ..\dist -y %project%.py
@echo.
@echo.
@echo.
info generazione exe completata per il progetto %project%...
exit