mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 13:02:50 +00:00
Use the variables everywhere, and set the version in the name. Also register oszl files in macOS
This commit is contained in:
parent
ad1eb56234
commit
52b016075d
@ -21,7 +21,27 @@
|
|||||||
<string>Owner</string>
|
<string>Owner</string>
|
||||||
<key>LSItemContentTypes</key>
|
<key>LSItemContentTypes</key>
|
||||||
<array>
|
<array>
|
||||||
<string>org.openlp.osz</string>
|
<string>org.openlp.service</string>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleTypeExtension</key>
|
||||||
|
<array>
|
||||||
|
<string>oszl</string>
|
||||||
|
</array>
|
||||||
|
<key>CFBundleTypeIconFiles</key>
|
||||||
|
<array>
|
||||||
|
<string>OpenLP.icns</string>
|
||||||
|
</array>
|
||||||
|
<key>CFBundleTypeName</key>
|
||||||
|
<string>OpenLP Service</string>
|
||||||
|
<key>CFBundleTypeRole</key>
|
||||||
|
<string>Viewer</string>
|
||||||
|
<key>LSHandlerRank</key>
|
||||||
|
<string>Owner</string>
|
||||||
|
<key>LSItemContentTypes</key>
|
||||||
|
<array>
|
||||||
|
<string>org.openlp.servicelite</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
@ -41,7 +61,7 @@
|
|||||||
<string>Owner</string>
|
<string>Owner</string>
|
||||||
<key>LSItemContentTypes</key>
|
<key>LSItemContentTypes</key>
|
||||||
<array>
|
<array>
|
||||||
<string>org.openlp.otz</string>
|
<string>org.openlp.theme</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
|
@ -9,8 +9,8 @@
|
|||||||
<?define Comments="OpenLP is open source under the GNU General Public License"?>
|
<?define Comments="OpenLP is open source under the GNU General Public License"?>
|
||||||
<?define UpgradeCode="8C5881AC-8F1E-4937-BB99-B823FABF18F0"?>
|
<?define UpgradeCode="8C5881AC-8F1E-4937-BB99-B823FABF18F0"?>
|
||||||
<?define Platform="%(platform)s"?>
|
<?define Platform="%(platform)s"?>
|
||||||
<Product Name="$(var.ProductName)" Manufacturer="$(var.Manufacturer)" Id="$(var.ProductCode)"
|
<Product Name="$(var.ProductName) $(var.Version)" Manufacturer="$(var.Manufacturer)" Id="$(var.ProductCode)"
|
||||||
UpgradeCode="$(var.UpgradeCode)" Language="1033" Codepage="1252" Version="2.5.0">
|
UpgradeCode="$(var.UpgradeCode)" Language="1033" Codepage="1252" Version="$(var.ProductVersion)">
|
||||||
<Package Id="*" Keywords="Installer" Description="$(var.Description)" Comments="$(var.Comments)"
|
<Package Id="*" Keywords="Installer" Description="$(var.Description)" Comments="$(var.Comments)"
|
||||||
Manufacturer="$(var.Manufacturer)" InstallerVersion="251" Languages="1033" Compressed="yes"
|
Manufacturer="$(var.Manufacturer)" InstallerVersion="251" Languages="1033" Compressed="yes"
|
||||||
SummaryCodepage="1252" Platform="$(var.Platform)"/>
|
SummaryCodepage="1252" Platform="$(var.Platform)"/>
|
||||||
@ -84,7 +84,7 @@
|
|||||||
Icon="OpenLP.ico"
|
Icon="OpenLP.ico"
|
||||||
WorkingDirectory="RootDirectory"/>
|
WorkingDirectory="RootDirectory"/>
|
||||||
<Shortcut Id="HelpStartMenuShortcut"
|
<Shortcut Id="HelpStartMenuShortcut"
|
||||||
Name="OpenLP Help"
|
Name="$(var.ProductName) Help"
|
||||||
Description="Help file for $(var.ProductName)"
|
Description="Help file for $(var.ProductName)"
|
||||||
Target="[#file_436f15ee9b174c85745878fe09b6d47e]"
|
Target="[#file_436f15ee9b174c85745878fe09b6d47e]"
|
||||||
WorkingDirectory="RootDirectory"/>
|
WorkingDirectory="RootDirectory"/>
|
||||||
@ -105,9 +105,9 @@
|
|||||||
<Directory Id="DesktopFolder" Name="Desktop" />
|
<Directory Id="DesktopFolder" Name="Desktop" />
|
||||||
</Directory>
|
</Directory>
|
||||||
<DirectoryRef Id="INSTALLDIR">
|
<DirectoryRef Id="INSTALLDIR">
|
||||||
<Directory Id="RootDirectory" Name="OpenLP" />
|
<Directory Id="RootDirectory" Name="$(var.ProductName)" />
|
||||||
</DirectoryRef>
|
</DirectoryRef>
|
||||||
<Feature Id="Complete" Title="Complete" Description="The OpenLP program files" Level="1"
|
<Feature Id="Complete" Title="Complete" Description="The $(var.ProductName) program files" Level="0"
|
||||||
ConfigurableDirectory="INSTALLDIR" AllowAdvertise="no" InstallDefault="local" Absent="disallow">
|
ConfigurableDirectory="INSTALLDIR" AllowAdvertise="no" InstallDefault="local" Absent="disallow">
|
||||||
<ComponentGroupRef Id="Files"/>
|
<ComponentGroupRef Id="Files"/>
|
||||||
<ComponentRef Id="ProgramMenuDir"/>
|
<ComponentRef Id="ProgramMenuDir"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user