aboutsummaryrefslogtreecommitdiffstats
path: root/resources/install/generic
diff options
context:
space:
mode:
Diffstat (limited to 'resources/install/generic')
-rwxr-xr-xresources/install/generic/installer-generic.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/install/generic/installer-generic.xml b/resources/install/generic/installer-generic.xml
index 46f7d5f..e62f5b8 100755
--- a/resources/install/generic/installer-generic.xml
+++ b/resources/install/generic/installer-generic.xml
@@ -97,13 +97,13 @@
<file targetdir="$INSTALL_PATH" src="resources/install/generic/update-location.properties" override="true"/>
<file targetdir="$INSTALL_PATH" src="resources/install/generic/run.sh" os="linux" override="true"/>
<file targetdir="$INSTALL_PATH" src="resources/install/linux/sc-logo.png" os="linux" override="true"/>
- <file targetdir="$INSTALL_PATH" src="resources/install/windows/run.bat" os="windows" override="true"/>
+ <file targetdir="$INSTALL_PATH" src="resources/install/windows/run.exe" os="windows" override="true"/>
<file targetdir="$INSTALL_PATH" src="resources/install/windows/sc-logo.ico" os="windows" override="true"/>
<file targetdir="$INSTALL_PATH" src="resources/install/generic/uninstall.sh" os="linux" override="true"/>
<file targetdir="$INSTALL_PATH" src="resources/install/windows/uninstall.bat" os="windows" override="true"/>
<executable targetfile="$INSTALL_PATH/run.sh" stage="never" os="linux"/>
<executable targetfile="$INSTALL_PATH/uninstall.sh" stage="never" os="linux"/>
- <executable targetfile="$INSTALL_PATH/run.bat" stage="never" os="windows"/>
+ <executable targetfile="$INSTALL_PATH/run.exe" stage="never" os="windows"/>
<executable targetfile="$INSTALL_PATH/uninstall.bat" stage="never" os="windows"/>
</pack>
</packs>