Skip to content

Commit be0eb5a

Browse files
committed
Fix installer configuration (Release instead of Debug, right website)
1 parent 70733f1 commit be0eb5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pipeexplorer.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#define MyAppName "Pipe Explorer"
55
#define MyAppVersion "1.0"
66
#define MyAppPublisher "Vadim Zhukov"
7-
#define MyAppURL "https://github.com/grayed/pipeexplorer"
7+
#define MyAppURL "https://github.com/grayed/PipeExplorer"
88
#define MyAppExeName "PipeExplorer.exe"
9-
#define BuildConfig "Debug"
9+
#define BuildConfig "Release"
1010

1111
[Setup]
1212
; NOTE: The value of AppId uniquely identifies this application.

0 commit comments

Comments
 (0)