Skip to content
Snippets Groups Projects
Commit a34e4bac authored by Edric Milaret's avatar Edric Milaret Committed by Guillaume Roguez
Browse files

rename executable

from RingClientWindows.exe to Ring.exe

Refs #74525

Change-Id: I1e1f26a18cdbe986e4952f2f3ba6f9ffe8b0df71
parent 7f1dea99
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ DEFINES += VERSION=\\\"$$VERSION\\\" ...@@ -15,7 +15,7 @@ DEFINES += VERSION=\\\"$$VERSION\\\"
DEFINES += GIT_VERSION=\\\"$$GIT_VERSION\\\" DEFINES += GIT_VERSION=\\\"$$GIT_VERSION\\\"
BUILD=$${BUILD} BUILD=$${BUILD}
TARGET = RingClientWindows TARGET = Ring
TEMPLATE = app TEMPLATE = app
QMAKE_CXXFLAGS += -std=c++11 QMAKE_CXXFLAGS += -std=c++11
......
...@@ -61,7 +61,7 @@ section "install" ...@@ -61,7 +61,7 @@ section "install"
# Files for the install directory - to build the installer, these should be in the same directory as the install script (this file) # Files for the install directory - to build the installer, these should be in the same directory as the install script (this file)
setOutPath $INSTDIR setOutPath $INSTDIR
# Files added here should be removed by the uninstaller (see section "uninstall") # Files added here should be removed by the uninstaller (see section "uninstall")
file "RingClientWindows.exe" file "Ring.exe"
file "ring.ico" file "ring.ico"
file *.dll file *.dll
setOutPath $INSTDIR\platforms setOutPath $INSTDIR\platforms
...@@ -75,11 +75,11 @@ section "install" ...@@ -75,11 +75,11 @@ section "install"
writeUninstaller "$INSTDIR\uninstall.exe" writeUninstaller "$INSTDIR\uninstall.exe"
#Desktop #Desktop
CreateShortCut "$DESKTOP\Ring.lnk" "$INSTDIR\RingClientWindows.exe" "" CreateShortCut "$DESKTOP\Ring.lnk" "$INSTDIR\Ring.exe" ""
# Start Menu # Start Menu
createDirectory "$SMPROGRAMS\${COMPANYNAME}" createDirectory "$SMPROGRAMS\${COMPANYNAME}"
createShortCut "$SMPROGRAMS\${COMPANYNAME}\${APPNAME}.lnk" "$INSTDIR\RingClientWindows.exe" "" "$INSTDIR\ring.ico" createShortCut "$SMPROGRAMS\${COMPANYNAME}\${APPNAME}.lnk" "$INSTDIR\Ring.exe" "" "$INSTDIR\ring.ico"
# Registry information for add/remove programs # Registry information for add/remove programs
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${COMPANYNAME} ${APPNAME}" "DisplayName" ${APPNAME} WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${COMPANYNAME} ${APPNAME}" "DisplayName" ${APPNAME}
...@@ -122,7 +122,7 @@ section "uninstall" ...@@ -122,7 +122,7 @@ section "uninstall"
rmDir "$SMPROGRAMS\${COMPANYNAME}" rmDir "$SMPROGRAMS\${COMPANYNAME}"
# Remove files # Remove files
delete $INSTDIR\RingClientWindows.exe delete $INSTDIR\Ring.exe
delete $INSTDIR\ring.ico delete $INSTDIR\ring.ico
delete $INSTDIR\*.dll delete $INSTDIR\*.dll
rmDir /r $INSTDIR\platforms rmDir /r $INSTDIR\platforms
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment