diff --git a/build.gradle b/build.gradle index 18ecacc..242ce4e 100644 --- a/build.gradle +++ b/build.gradle @@ -19,8 +19,8 @@ plugins { group = 'com.projectswg.launcher' version = '0.1' mainClassName = 'com.projectswg.launcher.core.Launcher' -sourceCompatibility = 10 -targetCompatibility = 10 +sourceCompatibility = 9 +targetCompatibility = 9 apply plugin: 'com.github.johnrengelman.shadow' diff --git a/src/main/resources/theme/projectswg/graphics/ProjectSWGLaunchpad.icns b/src/main/resources/theme/projectswg/graphics/ProjectSWGLaunchpad.icns new file mode 100644 index 0000000..9aace40 Binary files /dev/null and b/src/main/resources/theme/projectswg/graphics/ProjectSWGLaunchpad.icns differ