diff --git a/backend.py b/backend.py index 6d3f90c..26a86f4 100644 --- a/backend.py +++ b/backend.py @@ -860,7 +860,7 @@ def compile_css(json_data, f1.write(line) f.close() f1.close() - print("CSS compiled.") + print("CSS compiled to " + filepath) except: print("Error compiling SCSS to CSS", file=sys.stderr) print_traceback() diff --git a/fixes.txt b/fixes.txt index 32ea209..94c3f47 100644 --- a/fixes.txt +++ b/fixes.txt @@ -3,7 +3,6 @@ 5590: "localization/steamui_vietnamese-json",~~5742: "sp", 5742: "sq", ### === Increase Number of Screenshots and DLC displayed === -.slice(0, 4) .slice(0, 9) .IN_GAMEPADUI) ? 4 : 6; .IN_GAMEPADUI) ? 4 : 12; ### === Disable screenshot slideshow on hover === diff --git a/old_glory_x86.spec b/old_glory_x86.spec index 64dc8d0..94704e0 100644 --- a/old_glory_x86.spec +++ b/old_glory_x86.spec @@ -9,7 +9,7 @@ a = Analysis(['old_glory.py'], hiddenimports=['six'], hookspath=[], runtime_hooks=[], - excludes=['lzma', 'bz2', 'tcl', 'pygments', 'matplotlib', 'IPython', 'ipython_genutils', 'ipykernel', 'jupyter_client', 'asyncio', 'hook', 'distutils', 'hooks', 'tornado', 'sqlite3', 'PyInstaller', 'jedi', 'test', 'site', 'pycparser'], + excludes=['lzma', 'bz2', 'tcl', 'pygments', 'matplotlib', 'IPython', 'ipython_genutils', 'ipykernel', 'jupyter_client', 'hook', 'distutils', 'hooks', 'tornado', 'sqlite3', 'PyInstaller', 'jedi', 'test', 'site', 'pycparser', 'pdb'], win_no_prefer_redirects=False, win_private_assemblies=False, cipher=block_cipher,