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
#!/bin/bash | |
# Example of simply copying from a local directory called /Wonderdraft which contains /assets, /maps, and /themes | |
# and recursively copies them up to the specified local paths in your wonderdraft.config file. | |
# Purpose is to allow all custom assets, maps, and themes to be source controlled and available across multiple OS types. | |
# This script expects to live and be executed from the project root. | |
# wonderdraft.config file should also live at the project root. | |
# You may need to grant permission to execute this script by your OS (`chmod 755 ./installWonderdraftResources.sh` in Linux/Mac, etc..) |