blob: e71012ce56d1fff5a3ecae68e7a16bb4cd71acae (
plain)
1
2
3
4
|
#!/usr/bin/bash
# Game engine not set that paths by default for some reason
#TODO: That would be awesome if someone do that patch, but inside game's code
/usr/bin/VoxelEngine --dir "${HOME:?}/.local/share/voxelcore/" --res "/usr/share/VoxelCore/res" "$@"
|