This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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: |