Skip to content

Commit a7b7767

Browse files
authored
innosetup: rename exe app name
Fixes #3687
1 parent 6d8499e commit a7b7767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/innosetup/setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define MyAppName "Data Version Control"
1+
#define MyAppName "DVC (Data Version Control)"
22
#define MyAppVersion ReadIni(".\scripts\innosetup\config.ini", "Version", "version", "unknown")
33
#define MyAppPublisher "Dmitry Petrov"
44
#define MyAppURL "https://dataversioncontrol.com/"

0 commit comments

Comments
 (0)