You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
98 lines
4.4 KiB
XML
98 lines
4.4 KiB
XML
<project>
|
|
<shortName>libopenshot</shortName>
|
|
<fullName>OpenShot Library (libopenshot)</fullName>
|
|
<version>0.0.2</version>
|
|
<logoImage>/Users/jonathan/apps/libopenshot/doc/images/logo.png</logoImage>
|
|
<componentList>
|
|
<component>
|
|
<name>default</name>
|
|
<description>Default Component</description>
|
|
<canBeEdited>1</canBeEdited>
|
|
<selected>1</selected>
|
|
<show>1</show>
|
|
<folderList>
|
|
<folder>
|
|
<description>Program Files</description>
|
|
<destination>${installdir}</destination>
|
|
<name>programfiles</name>
|
|
<platforms>all</platforms>
|
|
<shortcutList>
|
|
<shortcut>
|
|
<comment>Uninstall</comment>
|
|
<exec>${installdir}/${uninstallerName}</exec>
|
|
<icon></icon>
|
|
<name>Uninstall ${product_fullname}</name>
|
|
<path>${installdir}</path>
|
|
<platforms>all</platforms>
|
|
<runAsAdmin>0</runAsAdmin>
|
|
<runInTerminal>0</runInTerminal>
|
|
<windowsExec>${installdir}/${uninstallerName}.exe</windowsExec>
|
|
<windowsExecArgs></windowsExecArgs>
|
|
<windowsIcon></windowsIcon>
|
|
<windowsPath>${installdir}</windowsPath>
|
|
</shortcut>
|
|
</shortcutList>
|
|
</folder>
|
|
<folder>
|
|
<description>Program Files</description>
|
|
<destination>${installdir}</destination>
|
|
<name>programfileslinux</name>
|
|
<platforms>linux</platforms>
|
|
</folder>
|
|
<folder>
|
|
<description>Program Files</description>
|
|
<destination>${installdir}</destination>
|
|
<name>programfileswindows</name>
|
|
<platforms>windows</platforms>
|
|
</folder>
|
|
<folder>
|
|
<description>Program Files</description>
|
|
<destination>${installdir}</destination>
|
|
<name>programfilesosx</name>
|
|
<platforms>osx</platforms>
|
|
<distributionFileList>
|
|
<distributionFile>
|
|
<allowWildcards>1</allowWildcards>
|
|
<origin>/Users/jonathan/apps/libopenshot/build/src/libopenshot*.dylib</origin>
|
|
</distributionFile>
|
|
<distributionDirectory>
|
|
<origin>/Users/jonathan/apps/libopenshot/build/src/libs</origin>
|
|
</distributionDirectory>
|
|
</distributionFileList>
|
|
</folder>
|
|
</folderList>
|
|
<startMenuShortcutList>
|
|
<startMenuShortcut>
|
|
<comment>Uninstall ${product_fullname}</comment>
|
|
<name>Uninstall ${product_fullname}</name>
|
|
<runAsAdmin>0</runAsAdmin>
|
|
<runInTerminal>0</runInTerminal>
|
|
<windowsExec>${installdir}/${uninstallerName}.exe</windowsExec>
|
|
<windowsExecArgs></windowsExecArgs>
|
|
<windowsIcon></windowsIcon>
|
|
<windowsPath>${installdir}/</windowsPath>
|
|
</startMenuShortcut>
|
|
</startMenuShortcutList>
|
|
</component>
|
|
</componentList>
|
|
<enableRollback>1</enableRollback>
|
|
<enableTimestamp>1</enableTimestamp>
|
|
<vendor>OpenShot Studios, LLC</vendor>
|
|
<parameterList>
|
|
<directoryParameter>
|
|
<name>installdir</name>
|
|
<description>Installer.Parameter.installdir.description</description>
|
|
<explanation>Installer.Parameter.installdir.explanation</explanation>
|
|
<value></value>
|
|
<default>${platform_install_prefix}/${product_shortname}-${product_version}</default>
|
|
<allowEmptyValue>0</allowEmptyValue>
|
|
<ask>yes</ask>
|
|
<cliOptionName>prefix</cliOptionName>
|
|
<mustBeWritable>yes</mustBeWritable>
|
|
<mustExist>0</mustExist>
|
|
<width>30</width>
|
|
</directoryParameter>
|
|
</parameterList>
|
|
</project>
|
|
|