265dff3329
Some changes to UI, file encryption, the pacman game and the readme.
6 lines
102 B
Batchfile
6 lines
102 B
Batchfile
@echo off
|
|
echo Starting PacCrypt in DEVELOPMENT mode...
|
|
set PRODUCTION=false
|
|
python app.py
|
|
pause
|