Make App runnable as jar
The current problem is that resources are read as files, but this is not possible in a jar, so this fix will include refactoring to use InputStreams instead of Files. It will also include an update to the configparser making it interpret referenced files in different ways (absolute/relative/resource classpath)...