Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justaCasualCoder authored Jun 1, 2023
1 parent e7923b8 commit b9f267b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ In order to build the Python file into a portable executable , you have to insta

On Windows
```
pyinstaller --onefile --noconsole --add-data "%cd%\heimdall:heimdall" SamsungFlashGUI.py
pyinstaller --collect-all customtkinter -w --onefile --noconsole --add-data "%cd%\heimdall:heimdall" SamsungFlashGUI.py
```
On Linux
```
pyinstaller --onefile --noconsole --add-data "$(pwd)/heimdall:heimdall" SamsungFlashGUI.py
pyinstaller --collect-all customtkinter -w --onefile --noconsole --add-data "$(pwd)/heimdall:heimdall" SamsungFlashGUI.py
```
## Features
- Support for Dark mode is being made ( can be beta-tested by using the --dark flag)
Expand All @@ -29,4 +29,4 @@ pyinstaller --onefile --noconsole --add-data "$(pwd)/heimdall:heimdall" SamsungF
## Screenshots
<img src="Images/FileSelect.png" width="600px" > <img src="Images/SelectPart.png" width="600px" >
<img src="Images/FileSelectPy.png" width="600px">
<img src="Images/PartSelectPy.png" width="600px">
<img src="Images/PartSelectPy.png" width="600px">

0 comments on commit b9f267b

Please sign in to comment.