mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
using accessors for version number
This commit is contained in:
@@ -1529,7 +1529,7 @@ public class JavaBuild {
|
||||
|
||||
String contents =
|
||||
"Manifest-Version: 1.0\n" +
|
||||
"Created-By: Processing " + Base.VERSION_NAME + "\n" +
|
||||
"Created-By: Processing " + Base.getVersionName() + "\n" +
|
||||
"Main-Class: " + sketch.getName() + "\n"; // TODO not package friendly
|
||||
zos.write(contents.getBytes());
|
||||
zos.closeEntry();
|
||||
|
||||
Reference in New Issue
Block a user