Commit 82f5dcf 1 parent 19a099a commit 82f5dcf Copy full SHA for 82f5dcf
File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 8
8
!define DESCRIPTION " Application"
9
9
!define LICENSE_TXT " ${BUILD_DIR}\LICENSE"
10
10
!define INSTALLER_NAME " ${OUT_DIR}\Backrest-setup.exe"
11
- !define MAIN_APP_EXE " backrest.exe"
11
+ !define MAIN_APP_EXE " backrest-windows-tray .exe"
12
12
!define INSTALL_TYPE " SetShellVarContext current"
13
13
!define REG_ROOT " HKCU"
14
14
!define REG_APP_PATH " Software\Microsoft\Windows\CurrentVersion\App Paths\${MAIN_APP_EXE}"
@@ -81,6 +81,7 @@ ${INSTALL_TYPE}
81
81
SetOverwrite ifnewer
82
82
SetOutPath " $INSTDIR"
83
83
File " ${BUILD_DIR}\backrest.exe"
84
+ File " ${BUILD_DIR}\backrest-windows-tray.exe"
84
85
File " ${BUILD_DIR}\LICENSE"
85
86
SectionEnd
86
87
@@ -139,6 +140,7 @@ SectionEnd
139
140
Section Uninstall
140
141
${INSTALL_TYPE}
141
142
Delete " $INSTDIR\backrest.exe"
143
+ Delete " $INSTDIR\backrest-windows-tray.exe"
142
144
Delete " $INSTDIR\LICENSE"
143
145
Delete " $INSTDIR\uninstall.exe"
144
146
Delete " $SMSTARTUP\$(^Name).lnk"
You can’t perform that action at this time.
0 commit comments