fix emuhawk app.config to allow running on network shares

fixes #1537
This commit is contained in:
zeromus 2019-04-12 14:03:12 -04:00
parent 8132afec8b
commit 6ea20e9e9b
1 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
</startup>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>