Skip to content

Commit

Permalink
Changed version to 1.0.3 and re-generated installation-related files
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Vinokurov committed May 24, 2018
1 parent e635a3e commit 87a5f08
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Resources/USBInstaller/Linux/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version="1.0.1-SNAPSHOT"
version="1.0.3"
dir="$( pwd )"

echo "[Desktop Entry]" > "/usr/share/applications/ORUSBNao.desktop"
Expand Down
4 changes: 2 additions & 2 deletions Resources/USBInstaller/Windows/build.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"%WIX%bin\candle.exe" setup.wxs
"%WIX%bin\light.exe" -out OpenRobertaNAOSetupDE_1.0.1-SNAPSHOT.msi -ext WixUIExtension -cultures:de-DE setup.wixobj
"%WIX%bin\light.exe" -out OpenRobertaNAOSetupEN_1.0.1-SNAPSHOT.msi -ext WixUIExtension -cultures:en-US setup.wixobj
"%WIX%bin\light.exe" -out OpenRobertaNAOSetupDE_1.0.3.msi -ext WixUIExtension -cultures:de-DE setup.wixobj
"%WIX%bin\light.exe" -out OpenRobertaNAOSetupEN_1.0.3.msi -ext WixUIExtension -cultures:en-US setup.wixobj
@pause
10 changes: 5 additions & 5 deletions Resources/USBInstaller/Windows/setup.wxs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:bal="http://schemas.microsoft.com/wix/BalExtension">
<?define RTMProductVersion="1.0.0" ?>
<?define ProductVersion=1.0.1-SNAPSHOT?>
<?define ProductVersion=1.0.3?>
<?define UpgradeCode="799563e9-08f9-4b92-9747-335577c25a45"?>
<?define ProductCode="379a1a40-7e3e-4a86-980e-fb06aa4ed9be"?>
<?define Manufacturer="Fraunhofer IAIS"?>
Expand Down Expand Up @@ -42,7 +42,7 @@ Property="UPGRADEFOUND" />

<Media Id='1' Cabinet='Setup.cab' EmbedCab='yes' />
<Property Id="InstallationFolder">OpenRobertaNAO</Property>
<Icon Id="OpenRobertaNAO" SourceFile="OpenRobertaNAO-1.0.1-SNAPSHOT.exe" />
<Icon Id="OpenRobertaNAO" SourceFile="OpenRobertaNAO-1.0.3.exe" />
<Property Id="ARPPRODUCTICON" Value="OpenRobertaNAO" />
<WixVariable Id="WixUILicenseRtf" Value="Resources_installer\Apache2.rtf" />
<WixVariable Id="WixUIBannerBmp" Value="Resources_installer\ORBanner.bmp" />
Expand All @@ -53,7 +53,7 @@ Property="UPGRADEFOUND" />
<Directory Id="ProgramFilesFolder">
<Directory Id="INSTALLDIR" Name="OpenRobertaNAO">
<Component Id="ApplicationFiles" Guid="3d140aef-be7d-46f9-90c3-66fec0d27f4a">
<File Id="USBCONNECTION_EXE" Source="OpenRobertaNAO-1.0.1-SNAPSHOT.exe" KeyPath="yes"/>
<File Id="USBCONNECTION_EXE" Source="OpenRobertaNAO-1.0.3.exe" KeyPath="yes"/>
</Component>
</Directory>
</Directory>
Expand All @@ -65,14 +65,14 @@ Property="UPGRADEFOUND" />

<DirectoryRef Id="ApplicationProgramsFolder">
<Component Id="ApplicationShortcut" Guid="8f36c49b-9fb0-4e99-a3c2-94aa3249ef2e">
<Shortcut Id="ApplicationStartMenuShortcut" Name="Open Roberta NAO" Description="Open Roberta NAO" Target="[INSTALLDIR]OpenRobertaNAO-1.0.1-SNAPSHOT.exe" WorkingDirectory="INSTALLDIR" />
<Shortcut Id="ApplicationStartMenuShortcut" Name="Open Roberta NAO" Description="Open Roberta NAO" Target="[INSTALLDIR]OpenRobertaNAO-1.0.3.exe" WorkingDirectory="INSTALLDIR" />
<RemoveFolder Id="RemoveApplicationProgramsFolder" Directory="ApplicationProgramsFolder" On="uninstall" />
<RegistryValue Root="HKCU" Key="Software\OpenRobertaNAO" Name="installed" Type="integer" Value="1" KeyPath="yes" />
</Component>
</DirectoryRef>
<DirectoryRef Id="DesktopFolder">
<Component Id="ApplicationShortcutDesktop" Guid="2a3ade68-6ffb-4f72-b3ce-f5406657bae0">
<Shortcut Id="ApplicationDesktopShortcut" Name="Open Roberta NAO" Description="Open Roberta NAO" Target="[INSTALLDIR]OpenRobertaNAO-1.0.1-SNAPSHOT.exe" WorkingDirectory="INSTALLDIR" />
<Shortcut Id="ApplicationDesktopShortcut" Name="Open Roberta NAO" Description="Open Roberta NAO" Target="[INSTALLDIR]OpenRobertaNAO-1.0.3.exe" WorkingDirectory="INSTALLDIR" />
<RemoveFolder Id="RemoveDesktopFolder" Directory="DesktopFolder" On="uninstall" />
<RegistryValue Root="HKCU" Key="Software\OpenRobertaNAO" Name="installed" Type="integer" Value="1" KeyPath="yes" />
</Component>
Expand Down
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.fhg.iais.openroberta</groupId>
<artifactId>OpenRobertaNAO</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.3</version>
<build>
<sourceDirectory>${project.basedir}/OpenRobertaNAO/src/main/java</sourceDirectory>
<scriptSourceDirectory>OpenRobertaNAO/src/main/scripts</scriptSourceDirectory>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.fhg.iais.openroberta</groupId>
<artifactId>OpenRobertaNAO</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.3</version>
<properties>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
<buildTimeStamp>${maven.build.timestamp}</buildTimeStamp>
Expand Down

0 comments on commit 87a5f08

Please sign in to comment.