mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
tweak build scripts, further prep release
This commit is contained in:
@@ -74,7 +74,7 @@ find processing -name "Thumbs.db" -exec rm -f {} ';'
|
||||
# clean out the cvs entries
|
||||
find processing -name "CVS" -exec rm -rf {} ';' 2> /dev/null
|
||||
find processing -name ".cvsignore" -exec rm -rf {} ';'
|
||||
find processing -name ".svn" -exec rm -rf {} ';'
|
||||
find processing -name ".svn" -exec rm -rf {} 2> /dev/null ';'
|
||||
|
||||
mv processing/Processing.app "processing/Processing $SHORT_REVISION.app"
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
0141 core
|
||||
X no changes to core in 0141
|
||||
|
||||
|
||||
_ P3D smooshes the top row of pixels when drawing text (or images)
|
||||
|
||||
Reference in New Issue
Block a user