This file contains hidden or 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
| DisplayName DisplayVersion Publisher | |
| ----------- -------------- --------- | |
| Stronghold HD 1.41 GOG.com | |
| Ahnenblatt 2.99p 2.99.16.1 Dirk Böttcher | |
| ANSTOSS 3 | |
| ArtMoney SE v8.07.1 64-bits 8.07.1 System Sof... | |
| Brave 145.1.87.191 Die Brave-... | |
| Brave Nightly 146.1.90.7 Die Brave-... | |
| CloneCD 5.3.4.0 SlySoft |
This file contains hidden or 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
| #!/usr/bin/env python3 | |
| import binascii | |
| from datetime import datetime | |
| import time | |
| import os | |
| from pathlib import Path | |
| from pwd import getpwnam | |
| import tempfile | |
| import shlex |