Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit cc25139

Browse files
committed
Updated README.md
1 parent 1342e33 commit cc25139

File tree

5 files changed

+2
-102
lines changed

5 files changed

+2
-102
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Et aussi les appels de fonctions backend se font de facon asynchrome.
2222

2323
## * Comment executer le logiciel πŸ€” ?
2424
Prerequis pour l'execution du logiciel
25-
- Node js
25+
- Node js, and typescript
2626
- Python, eel
2727
- Une connexion internet pour installer les dependences
2828

β€ŽTextEd.specβ€Ž

Lines changed: 0 additions & 33 deletions
This file was deleted.

β€ŽTextEd_consoled.specβ€Ž

Lines changed: 0 additions & 34 deletions
This file was deleted.

β€ŽTextEd_no_consoled.specβ€Ž

Lines changed: 0 additions & 33 deletions
This file was deleted.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"start:js": "react-scripts start",
4444
"build:js": "react-scripts build",
4545
"start:eel": "python index.py --develop",
46-
"build:eel": "python -m eel index.py build --icon=logo.ico --noconsole --onefile --name TextEd_no_consoled",
46+
"build:eel": "python -m eel index.py build --icon=logo.ico --noconsole --onefile --name TextEd",
4747
"clean:build": "rm -rf build dist",
4848
"start": "npm-run-all -p start:*",
4949
"build": "npm-run-all clean:build build:*",

0 commit comments

Comments
Β (0)