Flow.Launcher/Wox/App.config
Jeremy Wu d6f1d133be
Re-point url back to this fork (#154)
* JJW24 Version

Do not merge

* Update issue link to jjw24

* Remove check

* Update to get build version locally from SolutionAssemblyInfo

* update url to point to jjw24 repo
2020-03-31 15:20:40 +03:00

19 lines
952 B
XML

<?xml version="1.0"?>
<configuration>
<!--https://msdn.microsoft.com/en-us/library/dd409252(v=vs.110).aspx-->
<configSections>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="Wox.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
</sectionGroup>
</configSections>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
<applicationSettings>
<Wox.Properties.Settings>
<setting name="GithubRepo" serializeAs="String">
<value>https://github.com/jjw24/Wox</value>
</setting>
</Wox.Properties.Settings>
</applicationSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>