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
#!/usr/bin/env python3 | |
# Big thanks to @TechnicianLP for the inspiration! See https://gist.github.com/TechnicianLP/5882de4075b6ed3700bba2bbc310e616 | |
# This script builds the Graveyard Keeper directory/file tree using the .msi installer db. | |
# NOTE: Before running this script: | |
# Install wine (GK works for me with 3.9, probably needs at least 3.0) | |
# unzip the installer, then run: | |
# wine installer_filename.exe /extract |