SUM: Forgot to pass the integrate option in windows batches.
1 files changed, 6 insertions(+), 6 deletions(-)

M haver/packaging/Distributor.pck.st
M haver/packaging/Distributor.pck.st +6 -6
@@ 1,6 1,6 @@ 
-'From Haver 6.0 [latest update: #5202] on 29 May 2022 at 8:02:07 pm'!
+'From Haver 6.0 [latest update: #5213] on 1 June 2022 at 6:08:32 pm'!
 'Description '!
-!provides: 'Distributor' 1 35!
+!provides: 'Distributor' 1 36!
 !requires: 'FileFinder' 1 21 nil!
 !requires: 'Compression' 1 30 nil!
 SystemOrganization addCategory: 'Distributor'!

          
@@ 11,8 11,8 @@ Modules newEnvironment: #Distributor!
 
 !interfacesOf: Distributor!
 Modules environment: #Distributor ::
-	interface: #UTI aliasFor: #API ::
-	interface: #SPI aliasFor: #API!
+	interface: #SPI aliasFor: #API ::
+	interface: #UTI aliasFor: #API!
 
 !importsOf: Distributor!
 Modules environment: #Distributor :: 

          
@@ 160,7 160,7 @@ distribute
 
 	^ self new distribute! !
 
-!(Modules>>#Distributor>>#ZipFileDistributor) methodsFor: 'distribution' stamp: 'KLG 4/22/2022 12:45:07'!
+!(Modules>>#Distributor>>#ZipFileDistributor) methodsFor: 'distribution' stamp: 'KLG 6/1/2022 18:07:50'!
 addStartBatchFor: anImageFilename cuisImageFilename: aCuisImageFilename toArchive: aZipArchive
 	"Add a start script for the image filename given."
 

          
@@ 178,7 178,7 @@ addStartBatchFor: anImageFilename cuisIm
 							nextPutAll: anImageFilename;
 							nextPutAll: ' VM\SqueakConsole -headless ';
 							nextPutAll: aCuisImageFilename;
-							nextPutAll: ' -r Haverize';
+							nextPutAll: ' -r Haverize --integrate';
 							newLine ] ].
 				scriptStream
 					nextPutAll: 'VM\SqueakConsole ';