Skip to content

Commit

Permalink
Now uses Rust for js_beautify - Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonius7 committed May 8, 2023
1 parent b55e0ea commit 6deda08
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,13 +275,17 @@ To debug the Steam Library yourself, run Steam with the ` -dev` tag.

#### Build `old_glory`

Requires Python 3.8+
Requires Python `3.8+`, Rust (tested with `1.69.0`)

Install pyinstaller:
`pip install pyinstaller`

Install libraries using `pip`:
`pip install jsbeautifier rjsmin libsass Pillow requests requests_oauthlib`
`pip install jsbeautifier rjsmin libsass Pillow requests requests_oauthlib maturin`

Run:

`maturin develop` (you may need to create a Python `virtualenv` first)

Build `old_glory.exe`:
`pyinstaller -w --icon=steam_oldglory.ico --clean --onefile old_glory.spec`
Expand Down
4 changes: 4 additions & 0 deletions docs/Changelog - old_glory GUI.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## SteamUI-OldGlory GUI Changelog

1.1.0.0 *(5.12-pre1)* Now uses Rust for JS beautification

1.0.1.2 *(5.11.2-pre1)* Fix JS tweaks for Steam Beta 28 March (incl Landscape Game Images)

**1.0.1.1** **(Release 5.11.1)** Fix frame scrolling error (`_tkinter.TclError: invalid command name`)

1.0.1 (*5.11.1-pre1*) Fix expired login token (for checking updates)
Expand Down

0 comments on commit 6deda08

Please sign in to comment.