Skip to content

Commit

Permalink
Merge dev changes into main (#2)
Browse files Browse the repository at this point in the history
* 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
Defirence authored Apr 18, 2022
1 parent 16dc15a commit 04a0f65
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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`
Expand Down Expand Up @@ -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)

0 comments on commit 04a0f65

Please sign in to comment.