Skip to content

Commit

Permalink
Update installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
iminashi committed Jul 11, 2024
1 parent 984f15f commit e9a5c72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/DLCBuilder/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{

[Files]
Source: "{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "av_libglesv2.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "FastTreeNative.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "LdaNative.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "libHarfBuzzSharp.dll"; DestDir: "{app}"; Flags: ignoreversion
Expand Down

0 comments on commit e9a5c72

Please sign in to comment.