mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-14 13:41:05 +00:00
Update setup.iss
This commit is contained in:
parent
30ab79eae3
commit
6361cb333e
|
@ -75,7 +75,7 @@ AppName=WelsonJS
|
||||||
|
|
||||||
[Code]
|
[Code]
|
||||||
const
|
const
|
||||||
UninstSiteURL = 'https://policy.catswords.social/voc_en.html';
|
UninstSiteURL = 'https://github.com/gnh1201/welsonjs';
|
||||||
|
|
||||||
procedure SetElevationBit(Filename: string);
|
procedure SetElevationBit(Filename: string);
|
||||||
var
|
var
|
||||||
|
@ -109,5 +109,5 @@ var
|
||||||
ErrorCode: Integer;
|
ErrorCode: Integer;
|
||||||
begin
|
begin
|
||||||
if CurUninstallStep = usDone then
|
if CurUninstallStep = usDone then
|
||||||
ShellExec('explorer', UninstSiteURL, '', '', SW_SHOW, ewNoWait, ErrorCode);
|
ShellExec('open', UninstSiteURL, '', '', SW_SHOW, ewNoWait, ErrorCode);
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user