Skip to content

Commit f1a17e1

Browse files
committed
Fix beta executable name
1 parent c42e7be commit f1a17e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-beta.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define MyAppVersion "0.28.0-beta.1"
88
#define MyAppPublisher ".NET Foundation"
99
#define MyAppURL "https://aka.ms/devproxy"
10-
#define DevProxyExecutable "devproxy.exe"
10+
#define DevProxyExecutable "devproxy-beta.exe"
1111

1212
[Setup]
1313
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.

0 commit comments

Comments
 (0)