File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -46,3 +46,6 @@ app.*.map.json
4646/android /app /debug
4747/android /app /profile
4848/android /app /release
49+
50+ # Inno
51+ /inno /Output
Original file line number Diff line number Diff line change 1+ # 1.1.0
2+ - Add speed test box
3+ - Set a fixed height and width when starting the app
4+ - Update window title
5+
6+ # 1.0
7+ First official release
Original file line number Diff line number Diff line change 22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
44#define MyAppName " IRNet"
5- #define MyAppVersion " 1.0"
5+ #define MyAppVersion " 1.1. 0"
66#define MyAppPublisher " BuildToApp, Inc."
77#define MyAppURL " https://www.buildtoapp.com/"
88#define MyAppExeName " ir_net.exe"
@@ -28,7 +28,7 @@ ArchitecturesAllowed=x64compatible
2828; the 64-bit view of the registry.
2929ArchitecturesInstallIn64BitMode = x64compatible
3030DisableProgramGroupPage = yes
31- LicenseFile = C:\Workspace\Flutter\ir_net\signing \installer license.txt
31+ LicenseFile = C:\Workspace\Flutter\ir_net\inno \installer license.txt
3232; Uncomment the following line to run in non administrative install mode (install for current user only.)
3333;PrivilegesRequired=lowest
3434OutputBaseFilename = mysetup
Original file line number Diff line number Diff line change 11name : ir_net
22description : Windows tool to show if user is connected to Iran internet or a VPN
33publish_to : ' none' # Remove this line if you wish to publish to pub.dev
4- version : 1.0 .0+1
4+ version : 1.1 .0+2
55environment :
66 sdk : " >=3.2.3 <4.0.0"
77 flutter : " 3.29.0"
You can’t perform that action at this time.
0 commit comments