aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Timperi <oswjk@users.noreply.github.com>2019-08-30 13:46:02 +0300
committerGitHub <noreply@github.com>2019-08-30 13:46:02 +0300
commitc0286117d58e9ad79a01344eb93bcd69ec0b5d41 (patch)
tree3b39d9a1305e12c7516b7895daf1db04377dc18f
parent9780b1fcb0a124d8ae01e424649fc8fddc50b1b8 (diff)
downloadportablepython-c0286117d58e9ad79a01344eb93bcd69ec0b5d41.tar.gz
portablepython-c0286117d58e9ad79a01344eb93bcd69ec0b5d41.zip
Update python3.x installation to include debug binaries and symbolsoswjk-patch-1
-rw-r--r--unattend.xml.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/unattend.xml.in b/unattend.xml.in
index 0bd0265..d3c93fa 100644
--- a/unattend.xml.in
+++ b/unattend.xml.in
@@ -6,4 +6,6 @@
<Option Name="Include_launcher" Value="0" />
<Option Name="InstallLauncherAllUsers" Value="0" />
<Option Name="Include_test" Value="0" />
+ <Option Name="Include_debug" Value="1" />
+ <Option Name="Include_symbols" Value="1" />
</Options>