No longer necessary to ship the hostcommandrunner exe

Change-Id: I2e30a3640e05de1b7ee06c6a26df1e4c95125a96
Signed-off-by: Mat Booth <mat.booth@redhat.com>
Reviewed-on: https://git.eclipse.org/r/151100
diff --git a/flatpak/platform/pom.xml b/flatpak/platform/pom.xml
index 3b7cc0c..0a73cca 100644
--- a/flatpak/platform/pom.xml
+++ b/flatpak/platform/pom.xml
@@ -107,16 +107,6 @@
                       </artifact>
                       <destination>/app/jdk/lib/libflatpakdevshim.so</destination>
                     </additionalSource>
-                    <additionalSource>
-                      <artifact>
-                        <artifactId>flatpak-dev-shim</artifactId>
-                        <groupId>uk.co.matbooth.flatpak</groupId>
-                        <version>${flatpak.shim.version}</version>
-                        <type>exe</type>
-                      </artifact>
-                      <destination>/app/bin/hostcommandrunner</destination>
-                      <permissions>755</permissions>
-                    </additionalSource>
                   </additionalSources>
                 </configuration>
               </execution>
diff --git a/flatpak/sdk/pom.xml b/flatpak/sdk/pom.xml
index d9d1bb8..7e7a155 100644
--- a/flatpak/sdk/pom.xml
+++ b/flatpak/sdk/pom.xml
@@ -109,16 +109,6 @@
                       </artifact>
                       <destination>/app/jdk/lib/libflatpakdevshim.so</destination>
                     </additionalSource>
-                    <additionalSource>
-                      <artifact>
-                        <artifactId>flatpak-dev-shim</artifactId>
-                        <groupId>uk.co.matbooth.flatpak</groupId>
-                        <version>${flatpak.shim.version}</version>
-                        <type>exe</type>
-                      </artifact>
-                      <destination>/app/bin/hostcommandrunner</destination>
-                      <permissions>755</permissions>
-                    </additionalSource>
                   </additionalSources>
                 </configuration>
               </execution>