#!/bin/bash

# The directory from which unciv is run is where the saved files are kept
cd "@JAVADIR@/saved_files"
exec java -Xdock:name="Unciv" -Xdock:icon="@ICON@" -jar "../Unciv.jar"
