mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Added comment about ~ use and Prepocessor group change
This commit is contained in:
@@ -33,6 +33,7 @@ import processing.core.PApplet;
|
||||
|
||||
|
||||
public class LinuxPlatform extends DefaultPlatform {
|
||||
// Switched to use ~ as the home directory for compatibility with snap
|
||||
String homeDir = "~";
|
||||
|
||||
|
||||
|
||||
@@ -5,8 +5,6 @@ plugins{
|
||||
alias(libs.plugins.mavenPublish)
|
||||
}
|
||||
|
||||
group = "$group.java"
|
||||
|
||||
repositories{
|
||||
mavenCentral()
|
||||
google()
|
||||
|
||||
Reference in New Issue
Block a user