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