Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
justaCasualCoder committed Jun 6, 2023
2 parents 9930166 + afbb1c2 commit 8d8cd65
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,18 @@ 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)
- Ability to run on Linux and Windows
- Can be built into a Linux executable or Windows EXE
## Known Issues
- It dosent look the greatest in Linux
## 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 8d8cd65

Please sign in to comment.