Skip to content

Commit 1783985

Browse files
committed
f
1 parent 5b113ad commit 1783985

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

windows/deploy.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ ninja -C ${build_dir}
3030
# Copy DLLS
3131
echo "Copying DLLs..."
3232
mkdir -p "${deploy_dir}"
33+
cp "${icon_file}" "${deploy_dir}/${icon_file}"
34+
3335
mkdir -p "${deploy_dir}/bin"
3436
mkdir -p "${deploy_dir}/etc"
3537
mkdir -p "${deploy_dir}/share"
@@ -193,9 +195,11 @@ Section "Uninstall"
193195
194196
; Remove Start Menu shortcut
195197
Delete "\$SMPROGRAMS\\${app_name}\\${app_name}.lnk"
198+
Delete "\$SMPROGRAMS\\${app_name}\\Preferences of ${app_name}.lnk"
196199
Delete "\$SMPROGRAMS\\Startup\\${app_name}.lnk"
197200
198201
; Remove uninstaller
202+
Delete "\$INSTDIR\${icon_name}"
199203
Delete "\$INSTDIR\Uninstall.exe"
200204
201205
; Remove files and folders

0 commit comments

Comments
 (0)