mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
buildapp update
This commit is contained in:
@@ -10,6 +10,7 @@ import java.time.ZonedDateTime
|
||||
|
||||
private fun writeWindowsRC(major: Int, minor: Int, patch: Int) {
|
||||
val s = """1 ICON "icns.ico"
|
||||
1 RT_MANITEST "terrarum.manifest"
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION $major,$minor,$patch,0
|
||||
PRODUCTVERSION $major,$minor,$patch,0
|
||||
|
||||
@@ -96,7 +96,7 @@ public class Principii {
|
||||
extracmd0 += " -Dswing.aatext=true -Dawt.useSystemAAFontSettings=lcd";
|
||||
}
|
||||
|
||||
String runtime = new File("out/"+runtimeRoot+"/bin/Terrarum").getAbsolutePath(); // /bin/Terrarum is just a renamed version of /bin/java
|
||||
String runtime = new File("out/"+runtimeRoot+"/bin/java").getAbsolutePath();
|
||||
System.out.println("Runtime path: "+runtime);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user