Commit Graph

637 Commits

Author SHA1 Message Date
pythoninthegrass
57e24bdb77 chore: vscode extension recommendations
Nudge contributors to use vscode extensions already present in devcontainer
2024-02-21 00:46:54 -06:00
pythoninthegrass
84d147468e ci: add automatic semver
Will need to supply personal access token as repo secret `RELEASE_PLEASE_TOKEN`
2024-02-21 00:45:59 -06:00
pythoninthegrass
6204392c3d refactor: split config into file
- Lots of LOC that make the main script hard to read
- Remove `main.py` as that can come later
2024-02-21 00:44:29 -06:00
pythoninthegrass
493c259a63 build: update deps
- Set stage for removing modules directory
- Export requirements.txt for backward compatibility
- Bump version
2024-02-21 00:39:07 -06:00
pythoninthegrass
6485a7c0ff Merge branch 'main' of https://github.com/pythoninthegrass/non_steam_launchers 2024-02-20 23:31:06 -06:00
pythoninthegrass
f6c291dd3d chore: remove modules
Use directly in main python script
2024-02-20 23:30:53 -06:00
pythoninthegrass
34f8921273 wip 2024-02-20 23:29:48 -06:00
Roy
4cc95df69c
fixed controller config path 2024-02-19 22:19:57 -08:00
Roy
bf5a8a1548
disbaled steam restart if Decky Plugin test 2024-02-18 22:47:04 -08:00
Roy
c041991ce5
Update NSLGameScanner.py 2024-02-18 06:25:23 -08:00
Roy
b604b45b11
Update NSLGameScanner.py 2024-02-18 06:23:09 -08:00
Roy
f62bc75eda
added log for the json info 2024-02-18 06:13:39 -08:00
Roy
e5153c06e0
Reverted 2024-02-18 00:17:20 -08:00
Roy
cdff413f4c
testing of writin json to file 2024-02-18 00:10:09 -08:00
Roy
ff56c3a04d
removed pipe 2024-02-17 00:31:09 -08:00
Roy
ecf741bc5f
Re added pipe temporarily 2024-02-16 23:57:55 -08:00
Roy
e0ecc12aa9
Add files via upload 2024-02-16 19:40:51 -08:00
Roy
aa290fee94
lessened api calls 2024-02-16 19:26:30 -08:00
Roy
bdc2ed7b12
Removed Pipe 2024-02-16 19:05:02 -08:00
Roy
3686a6323a
added back stdoubt 2024-02-16 04:30:02 -08:00
sysmoon14
d8b392efe2
Reverted previous two commits
Added env vars check back for decky and reverted GoG change.
2024-02-16 06:54:58 +00:00
Roy
1063ec5946
added small check for now to test plugin 2024-02-15 00:00:20 -08:00
Roy
a714084255
rechecked env_vars for now 2024-02-14 23:54:24 -08:00
sysmoon14
350d243e28
Removed "/path=" from GoG Launch Options 2024-02-14 12:43:09 +00:00
sysmoon14
a184b4d07c
Ignore env_vars check for decky 2024-02-14 09:28:15 +00:00
Roy
7ac0d2aeb2
moved up restart a bit 2024-02-13 18:41:47 -08:00
Roy
ae65c04811
removed stoudt 2024-02-13 18:36:36 -08:00
Roy
8b97bd5598
moved Steam restart process to the end of script 2024-02-13 18:32:49 -08:00
Roy
0103d154ea
Merge pull request #208 from Aldinas/main
Allow whitespaces in steam account names.
2024-02-13 18:17:53 -08:00
Aldinas
df909421f6
Allow whitespaces in steam account names.
Allows legacy steam account names that could contain white spaces to be correctly parsed by the system.
2024-02-13 20:50:52 +00:00
Roy
f34088d4ae
removed check 2024-02-11 21:44:26 -08:00
Roy
c50461d2e0
Added Pipe Logic 2024-02-11 21:34:52 -08:00
Roy
88f395f65b
Update NSLGameScanner.py 2024-02-11 21:27:02 -08:00
Roy
b31f41feec
Add files via upload 2024-02-11 21:16:50 -08:00
Roy
95e29f0fb0
Add files via upload 2024-02-10 22:26:53 -08:00
Roy
c2072d407f
Create __init__.cpython-311.pyc 2024-02-10 22:26:32 -08:00
Roy
2da00e8967
Add files via upload 2024-02-10 17:18:51 -08:00
Roy
642a508bd3
Add files via upload 2024-02-10 17:18:13 -08:00
Roy
240f3193bd
Merge pull request #200 from Joey451-OG/patch-1
Fixed Steam-deck HQ article link in README.md
2024-02-10 14:29:24 -08:00
Roy
00bbd490b2
Attempted to fix vdf import 2024-02-10 14:28:49 -08:00
Roy
5d32ccd41d
Attempted to fix vdf import 2024-02-10 14:28:17 -08:00
Roy
03c8b47dd4
attempted to fix vdf import 2024-02-10 14:27:13 -08:00
ItIsJoeyG
7710ab4857
Removed unnecessary variable in SDHQ link
Removed the `target="_blank"` variable because apparently GitHub doesn't support it. ¯\_(ツ)_/¯
2024-02-10 15:33:01 -06:00
ItIsJoeyG
c9bc78cf91
Fixed Steamdeckhq article link
I fixed the SDHQ link by adding a link HTML tag. It is also configured to open a new tab with the `target="_blank` parameter.

Remember that you can't use Markdown inside of HMTL tags.

Thanks for the amazing tool! :D
2024-02-10 15:28:40 -06:00
Roy
bb50a8c47a
reverted 2024-02-09 21:20:45 -08:00
Roy
a0b4fcb1d0
Only Write to the VDF Files and PIPE if the DECKY PLUGIN IS not INSTALLED 2024-02-09 21:17:10 -08:00
sysmoon14
77e73e9b18
Fixed issue not adding web links if there was no real launcher 2024-02-09 14:57:42 +00:00
sysmoon14
3b76cc8a48
Added removal of chrome env vars so that sites are only added once 2024-02-09 14:23:36 +00:00
Roy
28bdf2f93d
Update NSLGameScanner.py 2024-02-09 04:02:55 -08:00
Roy
1f4e03436c
forgot to uncomment at the end of the script this whole time 2024-02-09 03:37:41 -08:00