innosetup 0.1.3 innosetup: ^0.1.3 copied to clipboard
Make windows installer for Flutter & vanilla Dart powered apps powered by Inno Setup.
0.1.3 #
- Fixes bug in
make
method inInnoSetup
. - Improves README.
0.1.2 #
- Fixes missing
InnoSetupApp
iscc code by addingtoString
implementation. - Fixes bug in
InnoSetupIconsBuilder
. - Calls
iscc
inno setup compiler after generating the script.
0.1.1 #
- Examples now display in pub.dev.
- Updates to proper dart package conventions.
0.1.0 #
- Adds
runAfterInstall
option to launch app after installation. - Adds
location
to specify installer location. - Improves
languages
definition. - Adds
license
option to specify installation license prompt. - Adds
name
option for installer. - Adds
files
option to specify resources to pack in installer. - Adds
app
option to specify app details to the installer. - Adds
urls
inapp
option to specify app related urls.
0.0.0 #
- Initial pre-release version (Definitions only)