diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-31 22:27:12 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-31 22:27:12 -0500 |
commit | 3f1d7b1d2238d775638b4e471fc626ca26a3849a (patch) | |
tree | 1b1c4c869c9a2d8c07b4f79e4a06586ecdbc323e /src/SMAPI.Installer/assets/windows-exe-config.xml | |
parent | 1a2af714aa4ca3b7dae61e7ee980c23338240129 (diff) | |
download | SMAPI-3f1d7b1d2238d775638b4e471fc626ca26a3849a.tar.gz SMAPI-3f1d7b1d2238d775638b4e471fc626ca26a3849a.tar.bz2 SMAPI-3f1d7b1d2238d775638b4e471fc626ca26a3849a.zip |
rework build settings a bit
Diffstat (limited to 'src/SMAPI.Installer/assets/windows-exe-config.xml')
-rw-r--r-- | src/SMAPI.Installer/assets/windows-exe-config.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/SMAPI.Installer/assets/windows-exe-config.xml b/src/SMAPI.Installer/assets/windows-exe-config.xml new file mode 100644 index 00000000..386c7f1a --- /dev/null +++ b/src/SMAPI.Installer/assets/windows-exe-config.xml @@ -0,0 +1,5 @@ +<configuration> + <runtime> + <loadFromRemoteSources enabled="true"/> + </runtime> +</configuration> |