ApplicationDefinition.st
changeset 23442 926423cf1add
parent 23441 ebb17e2e6e75
child 23444 ddbf0b007828
--- a/ApplicationDefinition.st	Sun Oct 14 19:16:52 2018 +0200
+++ b/ApplicationDefinition.st	Sun Oct 14 19:40:23 2018 +0200
@@ -2848,7 +2848,7 @@
         "/ s tab; nextPutLine:('@-mkdir "%1"/packages' bindWith:macOSDir).  dirsMade add:(macOSDir,'/packages').
         s tab; nextPutLine:('@-mkdir "%1"' bindWith:resourcesDir).  dirsMade add:resourcesDir.
         s tab; nextPutLine:('@-mkdir "%1"' bindWith:packagesDir).  dirsMade add:packagesDir.
-        s tab; nextPutLine:('@$(MAKE) stx_RESOURCES RESOURCES="%1"' bindWith:packagesDir).
+        s tab; nextPutLine:('@$(MAKE) RESOURCEFILES RESOURCES="%1"' bindWith:packagesDir).
         s tab; nextPutLine:('cp "',self applicationName,'" "',macOSDir,'/"').
         s tab; nextPutLine:('@-cp osx/Info.plist "',contentsDir,'/"').
         self osxDmgBackgroundImageFile notNil ifTrue:[