no longer create the Classes subfolder in the .app

This commit is contained in:
Ben Fry
2021-07-08 06:09:59 -04:00
parent 07296b7733
commit 2205580c55

View File

@@ -595,7 +595,8 @@
value="The sketch you're running needs access to your microphone." />
</bundleapp>
<mkdir dir="macosx/work/Processing.app/Contents/Java/Classes" />
<!-- Changed the native app to no longer look for this folder. -->
<!-- <mkdir dir="macosx/work/Processing.app/Contents/Java/Classes" /> -->
<!-- Temporary fix until new appbundler is included again after solving
https://github.com/processing/processing/issues/3359