-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v0.1.1 - minor bugfixes etc. * Updated Readme.md, fixed GPG signing by adding noreply email to key. * Fix screenshot PATHs, Add direct download URL. * Update readme.md to include tested OS version(s). Signed-off-by: Defirence <[email protected]>
- Loading branch information
Showing
1 changed file
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,9 @@ Takes a custom `.bat` file/script which uses the `IEXPRESS` script to compile an | |
|
||
Requires zero dependencies or knowledge of Batch scripting although this would help. | ||
|
||
DOS, OS/2, MS Windows (3.1 Minimum) or an environment capable of creating, reading, compiling and running `.bat` and `.exe` files. (N.B: Not tested on anything below Windows 11 - ) | ||
DOS, OS/2, MS Windows (3.1 Minimum) or an environment capable of creating, reading, compiling and running `.bat` and `.exe` files. | ||
|
||
#### **N.B: Not tested on anything below Windows 11 Pro 21H2 - Build: 22000.556** | ||
|
||
If you're using anything above DOS, Win98, Me, XP, Vista or 7, 8 and 10 this will work too. | ||
|
||
|
@@ -23,6 +25,12 @@ HTTPS: `git clone https://github.com/Defirence/custom-steam-status.git` | |
|
||
SSH: `git clone [email protected]:Defirence/custom-steam-status.git` | ||
|
||
### **Downloading as a Standalone .exe file**: | ||
|
||
You can click here to download the `.exe` directly: | ||
|
||
https://github.com/Defirence/custom-steam-status/releases/download/0.1/custom-steam-status-v0_1.exe | ||
|
||
### **Usage**: | ||
|
||
`bat2exeIEXP.bat custom-steam-status.bat title-shown-on-steam.exe` | ||
|
@@ -69,8 +77,8 @@ npocmaka's IEXPRESS: MIT Licence from original Repository. | |
|
||
### **Screenshots**: | ||
|
||
![Compiling the exe file](/custom-steam-status/images/compile.webp) | ||
![Compiling the exe file](images/compile.webp) | ||
|
||
![Adding the exe file](/custom-steam-status/images/add.webp) | ||
![Adding the exe file](images/add.webp) | ||
|
||
![Running the exe file](/custom-steam-status/images/run.webp) | ||
![Running the exe file](images/run.webp) |