Skip to content

Support for gradle distribution #614

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Mar 14, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update release assets
  • Loading branch information
Stefterv committed Mar 14, 2025
commit 28bec3d206f611dbc08b7624b07ff48731116842
42 changes: 42 additions & 0 deletions content/download/releases/processing-1300-4.4.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,48 @@
"downloadUrl": "https://github.com/processing/processing4/releases/download/processing-1300-4.4.0/processing-4.4.0-linux-x64.snap",
"size": 446423040
}
},
{
"node": {
"name": "processing-4.4.0-windows-x64-portable.zip",
"downloadUrl": "https://github.com/processing/processing4/releases/download/processing-1300-4.4.0/processing-4.4.0-windows-x64-portable.zip",
"size": 391393217
}
},
{
"node": {
"name": "processing-4.4.0-windows-x64.msi",
"downloadUrl": "https://github.com/processing/processing4/releases/download/processing-1300-4.4.0/processing-4.4.0-windows-x64.msi",
"size": 353599017
}
},
{
"node": {
"name": "processing-4.4.0-macos-aarch64-portable.zip",
"downloadUrl": "https://github.com/processing/processing4/releases/download/processing-1300-4.4.0/processing-4.4.0-macos-aarch64-portable.zip",
"size": 403187832
}
},
{
"node": {
"name": "processing-4.4.0-macos-aarch64.dmg",
"downloadUrl": "https://github.com/processing/processing4/releases/download/processing-1300-4.4.0/processing-4.4.0-macos-aarch64.dmg",
"size": 404779639
}
},
{
"node": {
"name": "processing-4.4.0-macos-x64-portable.zip",
"downloadUrl": "https://github.com/processing/processing4/releases/download/processing-1300-4.4.0/processing-4.4.0-macos-x64-portable.zip",
"size": 398904393
}
},
{
"node": {
"name": "processing-4.4.0-macos-x64.dmg",
"downloadUrl": "https://github.com/processing/processing4/releases/download/processing-1300-4.4.0/processing-4.4.0-macos-x64.dmg",
"size": 400390746
}
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion i18n/react-intl/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"downloadTitleMeta": "Download Processing",
"downloadIntro": "Processing is open source and is available for macOS, Windows, and Linux. Projects created with Processing are also cross-platform, and can be used on macOS, Windows, Android, Raspberry Pi, and many other Linux platforms.",
"windowsIntelAssetTooltip": "Compatible with Windows 10 and 11.",
"macOsIntelAssetTooltip": "Compatible with macOS 10.15.7 (Catalina) and above.",
"macOsIntelAssetTooltip": "Compatible with Intel processors (Before 2020).",
"macOsSiliconAssetTooltip": "Compatible with M1 and later processors.",
"linuxIntelAssetTooltip": "Tested and supported on Ubuntu, but will work with most major distributions.",
"raspberryPi32AssetTooltip": "Latest version of Raspberry Pi OS is recommended.",
Expand Down