Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteff committed May 28, 2021
1 parent f15aada commit f029c95
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# certacrypt-filemanager
# certacrypt-filemanager

Filemanager GUI as a demonstration for [CertaCrypt](https://github.com/fsteff/certacrypt).

Work in Progress - will be extended when new features are added to CertaCrypt.

![Example Image](https://github.com/fsteff/certacrypt/raw/master/docs/Filemanager-UI.png)
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build-ui": "cd ./filemanager-ui && npm run build",
"electron": "electron dist/index.js",
"electron-tsc": "tsc && npm run build-ui && npm run electron",
"distribute": "electron-packager . --ignore=\"filemanager-ui|.*\\.ts|.*\\.js.map|.*\\.zip\" --overwrite"
"distribute": "electron-packager . --ignore=\"filemanager-ui|.*\\.ts|.*\\.js.map|.*\\.zip\" --overwrite",
"distribute-all": "electron-packager . --ignore=\"filemanager-ui|.*\\.ts|.*\\.js.map|.*\\.zip\" --overwrite --all"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f029c95

Please sign in to comment.