You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made an issue on the patcher github already but I am making one here because the main purpose is so that if anyone else runs into this they can find this. planetary-annihilation/papatcher#2 (comment)
Here's what I did.
Create a fork of the papatcher and a fork of this docker github repo.
In the docker fork inside the Dockerfile change it so that it points to your version of the papatcher.go instead of the original.
In the fork of the papatcher you need to find where it constructs the path to the cache directory. In the one for linux change the "~" to be a hard coded path to your home. For example "/home/username"
Now once you did all that you can run the same docker build command but of course replace the github repo to the new repo you made for the docker file.
The text was updated successfully, but these errors were encountered:
I made an issue on the patcher github already but I am making one here because the main purpose is so that if anyone else runs into this they can find this. planetary-annihilation/papatcher#2 (comment)
Here's what I did.
"~"
to be a hard coded path to your home. For example"/home/username"
The text was updated successfully, but these errors were encountered: