[fixes #1160] Update Mac installer to single bundle with Applications folder target
This commit is contained in:
		
							parent
							
								
									7e14a07f9b
								
							
						
					
					
						commit
						8e75c577e8
					
				
							
								
								
									
										
											BIN
										
									
								
								install4j/22.xx/macOS_resources/DS_Store
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								install4j/22.xx/macOS_resources/DS_Store
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								install4j/22.xx/macOS_resources/macOS_installer_background.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								install4j/22.xx/macOS_resources/macOS_installer_background.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 41 KiB  | 
@ -1,6 +1,6 @@
 | 
				
			|||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					<?xml version="1.0" encoding="UTF-8"?>
 | 
				
			||||||
<install4j version="9.0.6" transformSequenceNumber="9">
 | 
					<install4j version="9.0.6" transformSequenceNumber="9">
 | 
				
			||||||
  <directoryPresets config="../../core/resources-src/pix/icon" />
 | 
					  <directoryPresets config="./macOS_resources" />
 | 
				
			||||||
  <application name="OpenRocket 22.02.beta.01" applicationId="8434-9327-1469-6373" mediaDir="media" shortName="OpenRocket" publisher="OpenRocket" publisherWeb="http://openrocket.info" version="22.02.beta.01" allPathsRelative="true" macVolumeId="5f58a2be20d8e22f" javaMinVersion="11.0" javaMaxVersion="13.0" jdkMode="jdk" jdkName="JDK 11.0">
 | 
					  <application name="OpenRocket 22.02.beta.01" applicationId="8434-9327-1469-6373" mediaDir="media" shortName="OpenRocket" publisher="OpenRocket" publisherWeb="http://openrocket.info" version="22.02.beta.01" allPathsRelative="true" macVolumeId="5f58a2be20d8e22f" javaMinVersion="11.0" javaMaxVersion="13.0" jdkMode="jdk" jdkName="JDK 11.0">
 | 
				
			||||||
    <jreBundles jdkProviderId="Liberica" release="11/11.0.14.1+1">
 | 
					    <jreBundles jdkProviderId="Liberica" release="11/11.0.14.1+1">
 | 
				
			||||||
      <modules>
 | 
					      <modules>
 | 
				
			||||||
@ -698,13 +698,18 @@ return console.askYesNo(message, true);
 | 
				
			|||||||
      </jreBundle>
 | 
					      </jreBundle>
 | 
				
			||||||
    </windows>
 | 
					    </windows>
 | 
				
			||||||
    <unixInstaller name="Unix Installer" id="168" />
 | 
					    <unixInstaller name="Unix Installer" id="168" />
 | 
				
			||||||
    <macosArchive name="macOS Single Bundle Archive" id="213" mediaFileName="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}" launcherId="59" />
 | 
					    <macosArchive name="macOS Single Bundle Archive (Intel)" id="213" mediaFileName="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}" launcherId="59">
 | 
				
			||||||
    <macosArchive name="macOS Single Bundle Archive (2)" id="214" mediaFileName="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}-universal" architecture="universal" launcherId="59" />
 | 
					      <topLevelFiles>
 | 
				
			||||||
 | 
					        <file name=".DS_Store" file="./macOS_resources/DS_Store" />
 | 
				
			||||||
 | 
					        <file name=".background/macOS_installer_background.png" file="./macOS_resources/macOS_installer_background.png" />
 | 
				
			||||||
 | 
					        <symlink name="Applications" target="/Applications" />
 | 
				
			||||||
 | 
					      </topLevelFiles>
 | 
				
			||||||
 | 
					    </macosArchive>
 | 
				
			||||||
    <macos name="macOS Single Bundle" id="224" mediaFileName="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}-installer" launcherId="59" />
 | 
					    <macos name="macOS Single Bundle" id="224" mediaFileName="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}-installer" launcherId="59" />
 | 
				
			||||||
  </mediaSets>
 | 
					  </mediaSets>
 | 
				
			||||||
  <buildIds buildAll="false">
 | 
					  <buildIds buildAll="false">
 | 
				
			||||||
    <mediaSet refId="60" />
 | 
					    <mediaSet refId="60" />
 | 
				
			||||||
    <mediaSet refId="168" />
 | 
					    <mediaSet refId="168" />
 | 
				
			||||||
    <mediaSet refId="224" />
 | 
					    <mediaSet refId="213" />
 | 
				
			||||||
  </buildIds>
 | 
					  </buildIds>
 | 
				
			||||||
</install4j>
 | 
					</install4j>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user