Skip to content

Instantly share code, notes, and snippets.

View DrZainAzm's full-sized avatar

DrZain63 DrZainAzm

View GitHub Profile
@Tasssadar
Tasssadar / gen_uri_linux.patch
Last active December 18, 2020 15:31
Patch JEB 3.8+ GenRegisterJebUriScheme.py to generate registrator also on Linux
--- GenRegisterJebUriScheme.py.orig 2020-01-08 09:41:43.260903761 +0100
+++ GenRegisterJebUriScheme.py 2020-01-08 14:15:01.278159846 +0100
@@ -1,7 +1,7 @@
'''
Generate a platform-dependant script used to register the custom URI handler 'jeb:',
which can be used to execute JEB from other applications.
-TODO: only Windows is implemented; add Linux and macOS
+TODO: only Windows and Linux is implemented; add macOS
How to use: