diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-30 18:14:40 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-30 18:14:40 -0400 |
commit | 4af0786ecb6b16826b2a23b1448c3ab8f5ccd569 (patch) | |
tree | 2d2f6292cbce5432e71c4aac643b3a157599c2e5 /src/SMAPI.Installer/windows-exe-config.xml | |
parent | b5adfd8bce12afb885d6bb6a347d25e33be602af (diff) | |
download | SMAPI-4af0786ecb6b16826b2a23b1448c3ab8f5ccd569.tar.gz SMAPI-4af0786ecb6b16826b2a23b1448c3ab8f5ccd569.tar.bz2 SMAPI-4af0786ecb6b16826b2a23b1448c3ab8f5ccd569.zip |
fix assembly load security exceptions by restructuring installer and adding *.exe.config files (#582, #588)
Diffstat (limited to 'src/SMAPI.Installer/windows-exe-config.xml')
-rw-r--r-- | src/SMAPI.Installer/windows-exe-config.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/SMAPI.Installer/windows-exe-config.xml b/src/SMAPI.Installer/windows-exe-config.xml new file mode 100644 index 00000000..386c7f1a --- /dev/null +++ b/src/SMAPI.Installer/windows-exe-config.xml @@ -0,0 +1,5 @@ +<configuration> + <runtime> + <loadFromRemoteSources enabled="true"/> + </runtime> +</configuration> |