Changes to be committed:
This commit is contained in:
parent
f8426a78d0
commit
0139c6c693
Binary file not shown.
|
|
@ -2,9 +2,9 @@
|
||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||||
|
|
||||||
#define MyAppName "Niufin Inventory Manager"
|
#define MyAppName "Niufin Inventory Manager"
|
||||||
#define MyAppVersion "1.5.2"
|
#define MyAppVersion "5.0.155"
|
||||||
#define MyAppPublisher "Niu Aurora Tech Innovations Private Limited"
|
#define MyAppPublisher "Niu Aurora Tech Innovations Private Limited"
|
||||||
#define MyAppURL "https://www.niutech.in"
|
#define MyAppURL "https://www.niutech.in/"
|
||||||
#define MyAppExeName "invoiceninja.exe"
|
#define MyAppExeName "invoiceninja.exe"
|
||||||
#define MyAppAssocName MyAppName + " File"
|
#define MyAppAssocName MyAppName + " File"
|
||||||
#define MyAppAssocExt ".myp"
|
#define MyAppAssocExt ".myp"
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
[Setup]
|
[Setup]
|
||||||
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
|
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
|
||||||
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
|
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
|
||||||
AppId={{F1558BAF-C4A3-4C91-AFDB-903BFD85E2DA}
|
AppId={{A1C9DAEB-A31D-483E-823A-92FA56BE933E}
|
||||||
AppName={#MyAppName}
|
AppName={#MyAppName}
|
||||||
AppVersion={#MyAppVersion}
|
AppVersion={#MyAppVersion}
|
||||||
;AppVerName={#MyAppName} {#MyAppVersion}
|
;AppVerName={#MyAppName} {#MyAppVersion}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: invoiceninja_flutter
|
name: invoiceninja_flutter
|
||||||
description: Client for Invoice Ninja
|
description: Client for Invoice Ninja
|
||||||
version: 5.0.154+154
|
version: 5.0.155+155
|
||||||
homepage: https://invoiceninja.com
|
homepage: https://invoiceninja.com
|
||||||
documentation: https://invoiceninja.github.io
|
documentation: https://invoiceninja.github.io
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue