Skip to content

Commit

Permalink
update README.md file and build.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostjson committed Mar 11, 2021
1 parent a8a8c0f commit 899f2ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
### Screenshot
![Encrypter Image](screenshot/screenshot.png)

### Build File
Execute ```build.bat``` batch file.

### Download for windows
[download link](https://drive.google.com/file/d/1FsD1YNCcZzbrgtr71nXqp8QEI2ra1xo6/view?usp=sharing)

### Tech Stack Used
- [python3](https://www.python.org/downloads/)
Expand Down
6 changes: 3 additions & 3 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Rem python -m eel main.py web --noconsole --onefile
python -m eel main.py web --noconsole --onefile


Rem xcopy /e /v gpg dist\gpg
xcopy /e /v gpg dist\gpg

Rem mkdir dist\keys
mkdir dist\keys

del /S build

0 comments on commit 899f2ac

Please sign in to comment.