-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
356 changed files
with
12,905 additions
and
13,096 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<install4j version="9.0.5" transformSequenceNumber="9"> | ||
<install4j version="${install4j.version}" transformSequenceNumber="9"> | ||
<directoryPresets config="${project.basedir}/.install4j" /> | ||
<application name="MediathekView" applicationId="1927-5045-2127-3394" mediaDir="target" mediaFilePattern="${compiler:sys.shortName}-${compiler:sys.version}-linux-armhf" shortName="MediathekView" publisher="MediathekView Team" publisherWeb="https://mediathekview.de" version="${project.version}" convertDotsToUnderscores="false" macVolumeId="d594baf3c2b3424d" javaMinVersion="${install4j.jdk.min-version}"> | ||
<application name="MediathekView" applicationId="1927-5045-2127-3394" mediaDir="target" mediaFilePattern="${compiler:sys.shortName}-${compiler:sys.version}-linux-aarch64" shortName="MediathekView" publisher="MediathekView Team" publisherWeb="https://mediathekview.de" version="${project.version}" convertDotsToUnderscores="false" macVolumeId="d594baf3c2b3424d" javaMinVersion="${install4j.jdk.min-version}"> | ||
<languages> | ||
<principalLanguage id="de" /> | ||
</languages> | ||
<jreBundles jdkProviderId="Liberica" release="${install4j.liberica.jdk.version}"> | ||
<jreBundles jdkProviderId="Zulu" release="${install4j.zulu.jdk.version}"> | ||
<modules> | ||
<defaultModules set="all" /> | ||
</modules> | ||
|
@@ -33,7 +33,7 @@ | |
<launchers> | ||
<launcher name="mediathekview_arm" id="323" menuName="MediathekView"> | ||
<executable name="MediathekView" iconSet="true" executableMode="gui" singleInstance="true" /> | ||
<java mainClass="mediathek.Main" vmParameters="${install4j.vmparameters.linux.32}"> | ||
<java mainClass="mediathek.Main" vmParameters="${install4j.vmparameters.linux.64}"> | ||
<classPath> | ||
<archive location="MediathekView.jar" failOnError="false" /> | ||
</classPath> | ||
|
@@ -48,7 +48,7 @@ | |
</launcher> | ||
<launcher name="MediathekView_Portable" id="61" excludeFromMenu="true"> | ||
<executable name="MediathekView_Portable" iconSet="true" executableMode="gui" /> | ||
<java mainClass="mediathek.Main" vmParameters="${install4j.vmparameters.linux.32}" arguments="Einstellungen/.mediathek3"> | ||
<java mainClass="mediathek.Main" vmParameters="${install4j.vmparameters.linux.64}" arguments="Einstellungen/.mediathek3"> | ||
<classPath> | ||
<archive location="MediathekView.jar" failOnError="false" /> | ||
</classPath> | ||
|
@@ -61,7 +61,7 @@ | |
</iconImageFiles> | ||
</launcher> | ||
</launchers> | ||
<installerGui autoUpdateDescriptorUrl="https://download.mediathekview.de/stabil/updates-linux-armhf.xml" useAutoUpdateBaseUrl="true" autoUpdateBaseUrl="https://download.mediathekview.de/stabil/"> | ||
<installerGui autoUpdateDescriptorUrl="https://download.mediathekview.de/stabil/updates-linux-aarch64.xml" useAutoUpdateBaseUrl="true" autoUpdateBaseUrl="https://download.mediathekview.de/stabil/"> | ||
<applications> | ||
<application id="installer" beanClass="com.install4j.runtime.beans.applications.InstallerApplication"> | ||
<startup> | ||
|
@@ -1004,22 +1004,22 @@ return true;</property> | |
</styles> | ||
</installerGui> | ||
<mediaSets> | ||
<unixInstaller name="Unix Installer ARM32" id="161"> | ||
<jreBundle platform="linux-arm32-vfp-hflt"> | ||
<unixInstaller name="Unix Installer ARM64" id="161"> | ||
<jreBundle platform="linux-aarch64"> | ||
<modules> | ||
<defaultModules set="all" /> | ||
</modules> | ||
</jreBundle> | ||
</unixInstaller> | ||
<linuxDeb name="Linux Deb Archive ARM32" id="164" maintainerEmail="[email protected]" architectureSet="true" architecture="armhf"> | ||
<jreBundle platform="linux-arm32-vfp-hflt"> | ||
<linuxDeb name="Linux Deb Archive ARM64" id="164" maintainerEmail="[email protected]" architectureSet="true" architecture="aarch64"> | ||
<jreBundle platform="linux-aarch64"> | ||
<modules> | ||
<defaultModules set="all" /> | ||
</modules> | ||
</jreBundle> | ||
</linuxDeb> | ||
<unixArchive name="Unix Archive ARM32" id="679"> | ||
<jreBundle platform="linux-arm32-vfp-hflt"> | ||
<unixArchive name="Unix Archive ARM64" id="679"> | ||
<jreBundle platform="linux-aarch64"> | ||
<modules> | ||
<defaultModules set="all" /> | ||
</modules> | ||
|
Oops, something went wrong.