We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b113ad commit 1783985Copy full SHA for 1783985
windows/deploy.sh
@@ -30,6 +30,8 @@ ninja -C ${build_dir}
30
# Copy DLLS
31
echo "Copying DLLs..."
32
mkdir -p "${deploy_dir}"
33
+cp "${icon_file}" "${deploy_dir}/${icon_file}"
34
+
35
mkdir -p "${deploy_dir}/bin"
36
mkdir -p "${deploy_dir}/etc"
37
mkdir -p "${deploy_dir}/share"
@@ -193,9 +195,11 @@ Section "Uninstall"
193
195
194
196
; Remove Start Menu shortcut
197
Delete "\$SMPROGRAMS\\${app_name}\\${app_name}.lnk"
198
+ Delete "\$SMPROGRAMS\\${app_name}\\Preferences of ${app_name}.lnk"
199
Delete "\$SMPROGRAMS\\Startup\\${app_name}.lnk"
200
201
; Remove uninstaller
202
+ Delete "\$INSTDIR\${icon_name}"
203
Delete "\$INSTDIR\Uninstall.exe"
204
205
; Remove files and folders
0 commit comments