Skip to content

Commit

Permalink
Create a separate config file to build kojo with turkish keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
bulent2k2 committed Jul 19, 2024
1 parent a2eec17 commit 32ee314
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 659 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<install4j version="10.0.1" transformSequenceNumber="10">
<install4j version="10.0.6" transformSequenceNumber="10">
<directoryPresets config="/Users/ben/src/kojo/git/kojo/installer/icons" />
<application name="Koco Öğrenim Ortamı" applicationId="0071-0523-9450-8404" mediaDir="/Users/ben/src/kojo/git/kojo/installer.i4j" mediaFilePattern="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}${compiler:sys.withJre}" pack200Compression="true" shortName="Koco" publisher="Kogics Foundation" publisherWeb="www.kogics.net/kojo" version="2.9.23" macVolumeId="41bac862080108f9" javaMinVersion="1.8" javaMaxVersion="11" jdkMode="jdk" jdkName="JDK 1.8">
<application name="Koco Öğrenim Ortamı" applicationId="0071-0523-9450-8404" mediaDir="/Users/ben/src/kojo/git/kojo/installer.i4j" mediaFilePattern="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}${compiler:sys.withJre}" shortName="Koco" publisher="Kogics Foundation" publisherWeb="www.kogics.net/kojo" version="2.9.28-tr-20240719" macVolumeId="41bac862080108f9" javaMinVersion="1.8" javaMaxVersion="17" jdkMode="jdk" jdkName="JDK 1.8">
<languages>
<principalLanguage id="tr" />
</languages>
<searchSequence>
<registry />
<envVar name="JAVA_HOME" />
</searchSequence>
<jreBundles jdkProviderId="JBR" release="11/11.0.13-b1751.21">
<jreBundles jdkProviderId="JBR" release="17/17.0.7-b829.16">
<modules>
<module name="java.base" />
<module name="java.compiler" />
Expand Down Expand Up @@ -52,7 +52,6 @@
<scanDirectory location="lib" failOnError="false" />
</classPath>
</java>
<macStaticAssociationActions mode="selected" />
<vmOptionsFile mode="none" />
<iconImageFiles>
<file path="/Users/ben/src/kojo/git/kojo/installer/icons/kojo16.png" />
Expand All @@ -67,6 +66,33 @@
<applications>
<application id="installer" beanClass="com.install4j.runtime.beans.applications.InstallerApplication">
<serializedBean>
<property name="customIconImageFiles">
<add>
<object class="com.install4j.api.beans.ExternalFile">
<string>/Users/ben/src/kojo/git/kojo/installer/icons/kojo16.png</string>
</object>
</add>
<add>
<object class="com.install4j.api.beans.ExternalFile">
<string>/Users/ben/src/kojo/git/kojo/installer/icons/kojo32.png</string>
</object>
</add>
<add>
<object class="com.install4j.api.beans.ExternalFile">
<string>/Users/ben/src/kojo/git/kojo/installer/icons/kojo48.png</string>
</object>
</add>
<add>
<object class="com.install4j.api.beans.ExternalFile">
<string>/Users/ben/src/kojo/git/kojo/installer/icons/kojo64.png</string>
</object>
</add>
<add>
<object class="com.install4j.api.beans.ExternalFile">
<string>/Users/ben/src/kojo/git/kojo/installer/icons/kojo128.png</string>
</object>
</add>
</property>
<property name="frameHeight" type="int" value="500" />
<property name="frameWidth" type="int" value="700" />
</serializedBean>
Expand Down Expand Up @@ -593,17 +619,19 @@ return console.askYesNo(message, true);
<windows name="Windows" id="244" architecture="32">
<jreBundle includedJre="windows-x86-1.8.0_202" />
</windows>
<macos name="macOS Single Bundle" id="508" launcherId="239" />
<macos name="macOS Single Bundle" id="508" architecture="universal" launcherId="239" />
<unixInstaller name="Unix Installer NoJava" id="514">
<jreBundle jreBundleSource="none" />
</unixInstaller>
<windows name="Windows64" id="600" architecture="64">
<jreBundle jdkProviderId="JBR" release="11.0.6-b765.25" />
</windows>
</mediaSets>
<buildIds>
<buildIds buildAll="false">
<mediaSet refId="60" />
<mediaSet refId="508" />
<mediaSet refId="514" />
<mediaSet refId="600" />
</buildIds>
<buildOptions verbose="true" />
</install4j>
35 changes: 16 additions & 19 deletions installer.i4j/kojo.install4j
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<install4j version="10.0.6" transformSequenceNumber="10">
<directoryPresets config="/Users/ben/src/kojo/git/kojo/installer/icons" />
<application name="Koco Öğrenim Ortamı" applicationId="0071-0523-9450-8404" mediaDir="/Users/ben/src/kojo/git/kojo/installer.i4j" mediaFilePattern="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}${compiler:sys.withJre}" shortName="Koco" publisher="Kogics Foundation" publisherWeb="www.kogics.net/kojo" version="2.9.28-tr-20240710" macVolumeId="41bac862080108f9" javaMinVersion="1.8" javaMaxVersion="17" jdkMode="jdk" jdkName="JDK 1.8">
<languages>
<principalLanguage id="tr" />
</languages>
<directoryPresets config="/home/lalit/work/kojo/installer/icons" />
<application name="Kojo Learning Environment" applicationId="0071-0523-9450-8404" mediaDir="/home/lalit/kojo_installers/install4j" mediaFilePattern="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}${compiler:sys.withJre}" shortName="Kojo" publisher="Kogics Foundation" publisherWeb="www.kogics.net/kojo" version="2.9.28" macVolumeId="41bac862080108f9" javaMinVersion="1.8" javaMaxVersion="17" jdkMode="jdk" jdkName="JDK 1.8">
<searchSequence>
<registry />
<envVar name="JAVA_HOME" />
Expand Down Expand Up @@ -41,7 +38,7 @@
<mountPoint id="58" />
</mountPoints>
<entries>
<dirEntry mountPoint="58" file="/Users/ben/src/kojo/git/kojo/installerbuild" subDirectory="installerbuild" />
<dirEntry mountPoint="58" file="/home/lalit/work/kojo/installerbuild" subDirectory="installerbuild" />
</entries>
</files>
<launchers>
Expand All @@ -54,11 +51,11 @@
</java>
<vmOptionsFile mode="none" />
<iconImageFiles>
<file path="/Users/ben/src/kojo/git/kojo/installer/icons/kojo16.png" />
<file path="/Users/ben/src/kojo/git/kojo/installer/icons/kojo32.png" />
<file path="/Users/ben/src/kojo/git/kojo/installer/icons/kojo48.png" />
<file path="/Users/ben/src/kojo/git/kojo/installer/icons/kojo64.png" />
<file path="/Users/ben/src/kojo/git/kojo/installer/icons/kojo128.png" />
<file path="/home/lalit/work/kojo/installer/icons/kojo16.png" />
<file path="/home/lalit/work/kojo/installer/icons/kojo32.png" />
<file path="/home/lalit/work/kojo/installer/icons/kojo48.png" />
<file path="/home/lalit/work/kojo/installer/icons/kojo64.png" />
<file path="/home/lalit/work/kojo/installer/icons/kojo128.png" />
</iconImageFiles>
</launcher>
</launchers>
Expand All @@ -69,32 +66,33 @@
<property name="customIconImageFiles">
<add>
<object class="com.install4j.api.beans.ExternalFile">
<string>/Users/ben/src/kojo/git/kojo/installer/icons/kojo16.png</string>
<string>/home/lalit/work/kojo/installer/icons/kojo16.png</string>
</object>
</add>
<add>
<object class="com.install4j.api.beans.ExternalFile">
<string>/Users/ben/src/kojo/git/kojo/installer/icons/kojo32.png</string>
<string>/home/lalit/work/kojo/installer/icons/kojo32.png</string>
</object>
</add>
<add>
<object class="com.install4j.api.beans.ExternalFile">
<string>/Users/ben/src/kojo/git/kojo/installer/icons/kojo48.png</string>
<string>/home/lalit/work/kojo/installer/icons/kojo48.png</string>
</object>
</add>
<add>
<object class="com.install4j.api.beans.ExternalFile">
<string>/Users/ben/src/kojo/git/kojo/installer/icons/kojo64.png</string>
<string>/home/lalit/work/kojo/installer/icons/kojo64.png</string>
</object>
</add>
<add>
<object class="com.install4j.api.beans.ExternalFile">
<string>/Users/ben/src/kojo/git/kojo/installer/icons/kojo128.png</string>
<string>/home/lalit/work/kojo/installer/icons/kojo128.png</string>
</object>
</add>
</property>
<property name="frameHeight" type="int" value="500" />
<property name="frameWidth" type="int" value="700" />
<property name="useCustomIcon" type="boolean" value="true" />
</serializedBean>
<startup>
<screen id="1" beanClass="com.install4j.runtime.beans.screens.StartupScreen" rollbackBarrierExitCode="0">
Expand Down Expand Up @@ -165,7 +163,7 @@ return console.askOkCancel(message, true);
<entry>
<string>en</string>
<object class="com.install4j.api.beans.ExternalFile">
<string>/Users/ben/src/kojo/git/kojo/installerbuild/licenses/Kojoi-license.txt</string>
<string>/home/lalit/work/kojo/installerbuild/licenses/Kojoi-license.txt</string>
</object>
</entry>
</property>
Expand Down Expand Up @@ -278,7 +276,7 @@ return console.askOkCancel(message, true);
<string>${installer:sys.installationDir}/bin/kojo</string>
</object>
</property>
<property name="name" type="string">Koco Learning Environment</property>
<property name="name" type="string">Kojo Learning Environment</property>
</serializedBean>
<condition>context.getBooleanVariable("createDesktopLinkAction")</condition>
</action>
Expand Down Expand Up @@ -633,5 +631,4 @@ return console.askYesNo(message, true);
<mediaSet refId="514" />
<mediaSet refId="600" />
</buildIds>
<buildOptions verbose="true" />
</install4j>
Loading

0 comments on commit 32ee314

Please sign in to comment.