mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-11 16:35:13 +00:00
Update setup.iss
This commit is contained in:
parent
1222e5b3cd
commit
41aac72513
|
@ -46,6 +46,9 @@ Source: "bin\*"; DestDir: "{app}/bin"; Flags: ignoreversion recursesubdirs;
|
|||
Source: "data\*"; DestDir: "{app}/data"; Flags: ignoreversion recursesubdirs;
|
||||
; Source: "node_modules\*"; DestDir: "{app}/node_modules"; Flags: ignoreversion recursesubdirs;
|
||||
|
||||
[Dirs]
|
||||
Name: "{app}\tmp";
|
||||
|
||||
[Icons]
|
||||
Name: "{group}\Start {cm:AppName}"; Filename: "{app}\start.bat"; AfterInstall: SetElevationBit('{group}\Start {cm:AppName}.lnk');
|
||||
Name: "{group}\Uninstall {cm:AppName}"; Filename: "{uninstallexe}"; AfterInstall: SetElevationBit('{group}\Uninstall {cm:AppName}.lnk');
|
||||
|
@ -88,4 +91,4 @@ function GetProgramFiles(Param: string): string;
|
|||
begin
|
||||
if IsWin64 then Result := ExpandConstant('{commonpf64}')
|
||||
else Result := ExpandConstant('{commonpf32}')
|
||||
end;
|
||||
end;
|
Loading…
Reference in New Issue
Block a user