Skip to content

Releases: trevordevore/levurehelper-inno_setup

0.6.0

14 May 20:37
Compare
Choose a tag to compare
  • Replace executable flags with sign executable files. The helper will now find all .exe and .dll files in your application and, for each one, add a Source entry to the .iss file with a sign flag.
  • Explicitly set permissions on files that will be signed. The LiveCode Standalone Builder (at least on macOS) outputs the CEF .exe/dlls and revsecurity.dlls with 555 permissions. This means the owner is unable to sing the file in Inno Setup. The code now sets the permissions to 755 for files that will be signed.
  • Generate proper DestDir paths for signed files.
  • Updated sample file with proper version info and {autopf} instead of {pf}.

0.5.5

28 Nov 05:12
Compare
Choose a tag to compare

Find the Inno Setup compiler in the standard path

This version implements a new property compiler to allow a user to specify
a single relative filename for the Inno Setup compiler rather than a wine
and windows compiler. Whether specified as windows compiler, wine compiler
or just compiler if the file does not exist an attempt to resolve it will be
made. The patch also allows for use of ISCC.exe instead of Compil32.exe
for quieter builds.

0.5.4

23 Nov 15:19
Compare
Choose a tag to compare

Add OutputBaseFilename and PrivilegesRequired to the sample .iss file

0.5.3

06 Nov 04:01
Compare
Choose a tag to compare
  • Add [[INSTALLER_NAME]] variable.
  • Use generic installer name setting in app.yml so that installer name can be shared amongst helpers.