diff options
| author | ruki <[email protected]> | 2023-11-12 00:38:53 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-12 00:38:53 +0800 |
| commit | 2578d5d05628efd0d8b98d90107e165aa71d2fb6 (patch) | |
| tree | 5e81d181399602688f2217339a220d53b419c061 /xmake/scripts | |
| parent | e818790049d616eb870d5abaff0782a8f40d8895 (diff) | |
improve nsis spec
Diffstat (limited to 'xmake/scripts')
| -rw-r--r-- | xmake/scripts/xpack/nsis/makensis.nsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/scripts/xpack/nsis/makensis.nsi b/xmake/scripts/xpack/nsis/makensis.nsi index ccb9d4544..8e238e783 100644 --- a/xmake/scripts/xpack/nsis/makensis.nsi +++ b/xmake/scripts/xpack/nsis/makensis.nsi @@ -79,8 +79,6 @@ ManifestDPIAware true !insertmacro MUI_PAGE_COMPONENTS !insertmacro MUI_PAGE_DIRECTORY !insertmacro MUI_PAGE_INSTFILES -!define MUI_FINISHPAGE_LINK "Donate $$5" -!define MUI_FINISHPAGE_LINK_LOCATION "https://xmake.io/#/sponsor" !insertmacro MUI_PAGE_FINISH ; add uninstall Pages |
