Browse Source

osx installer files update

all-modes
Satinder Grewal 8 years ago
parent
commit
d34a47cd4f
  1. 20
      assets/BitRock Installer Files/IgaunaApp-OSX.xml

20
assets/BitRock Installer Files/IgaunaApp-OSX.xml

@ -1,18 +1,18 @@
<project> <project>
<shortName>IguanaApp</shortName> <shortName>AgamaApp</shortName>
<fullName>iguana</fullName> <fullName>iguana</fullName>
<version>0.1.4-beta</version> <version>0.1.4-beta</version>
<licenseFile>../../LICENSE</licenseFile> <licenseFile>../../LICENSE</licenseFile>
<leftImage>../installer_imgs/Iguana_installer_wizard_image.png</leftImage> <leftImage>../installer_imgs/Agama_installer_wizard_image.png</leftImage>
<logoImage>../installer_imgs/supernet-iguana-logo.png</logoImage> <logoImage>../installer_imgs/supernet-agama-logo.png</logoImage>
<splashImage>../installer_imgs/Iguana_installer_splash_image.png</splashImage> <splashImage>../installer_imgs/Agama_installer_splash_image.png</splashImage>
<allowLanguageSelection>1</allowLanguageSelection> <allowLanguageSelection>1</allowLanguageSelection>
<componentList> <componentList>
<component> <component>
<name>default</name> <name>default</name>
<description>${project.shortName}</description> <description>${project.shortName}</description>
<canBeEdited>0</canBeEdited> <canBeEdited>0</canBeEdited>
<detailedDescription>All application files. Required size: ${project.component(default).requiredSize} bytes</detailedDescription> <detailedDescription>All application files. Required size: ${project.component(default).requiredSize} KB</detailedDescription>
<selected>1</selected> <selected>1</selected>
<show>1</show> <show>1</show>
<folderList> <folderList>
@ -41,7 +41,7 @@
<platforms>osx</platforms> <platforms>osx</platforms>
<distributionFileList> <distributionFileList>
<distributionFile> <distributionFile>
<origin>../../build/Iguana-darwin-x64/Iguana.app</origin> <origin>../../build/Agama-darwin-x64/Agama.app</origin>
</distributionFile> </distributionFile>
</distributionFileList> </distributionFileList>
</folder> </folder>
@ -96,7 +96,7 @@
</runProgram> </runProgram>
<deleteFile> <deleteFile>
<explanation>Deleting user data</explanation> <explanation>Deleting user data</explanation>
<path>${user_home_directory}/.iguana</path> <path>${user_home_directory}/Library/Application Support/Iguana</path>
<progressText>Deleting user data</progressText> <progressText>Deleting user data</progressText>
<ruleList> <ruleList>
<compareValues> <compareValues>
@ -254,13 +254,13 @@
<enableTimestamp>1</enableTimestamp> <enableTimestamp>1</enableTimestamp>
<requireInstallationByRootUser>1</requireInstallationByRootUser> <requireInstallationByRootUser>1</requireInstallationByRootUser>
<saveRelativePaths>1</saveRelativePaths> <saveRelativePaths>1</saveRelativePaths>
<uninstallerDirectory>${installdir}/Iguana/</uninstallerDirectory> <uninstallerDirectory>${installdir}/Agama/</uninstallerDirectory>
<uninstallerName>Uninstall-Iguana</uninstallerName> <uninstallerName>Uninstall-Agama</uninstallerName>
<vendor>SuperNETOrg</vendor> <vendor>SuperNETOrg</vendor>
<finalPageActionList> <finalPageActionList>
<runProgram> <runProgram>
<program>open</program> <program>open</program>
<programArguments>/Applications/Iguana.app</programArguments> <programArguments>/Applications/Agama.app</programArguments>
<progressText>Do you want to launch ${project.fullName} now?</progressText> <progressText>Do you want to launch ${project.fullName} now?</progressText>
</runProgram> </runProgram>
</finalPageActionList> </finalPageActionList>

Loading…
Cancel
Save