Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 972d3ad

Browse files
committed
Correct server exe path
1 parent c4d8140 commit 972d3ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/CasparCGFrontend/App.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<applicationSettings>
1212
<CasparCGFrontend.Properties.Settings>
1313
<setting name="ServerPath" serializeAs="String">
14-
<value>../../../../Server/casparcg.exe</value>
14+
<value>casparcg.exe</value>
1515
</setting>
1616
<setting name="Version" serializeAs="String">
1717
<value>2.0.7</value>

src/CasparCGFrontend/Properties/Settings.Designer.cs

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/CasparCGFrontend/Properties/Settings.settings

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Profiles />
44
<Settings>
55
<Setting Name="ServerPath" Type="System.String" Scope="Application">
6-
<Value Profile="(Default)">../../../../Server/casparcg.exe</Value>
6+
<Value Profile="(Default)">casparcg.exe</Value>
77
</Setting>
88
<Setting Name="Version" Type="System.String" Scope="Application">
99
<Value Profile="(Default)">2.0.7</Value>

0 commit comments

Comments
 (0)