diff options
author | laixintao <laixintaoo@gmail.com> | 2020-11-25 20:00:26 +0800 |
---|---|---|
committer | laixintao <laixintaoo@gmail.com> | 2020-11-25 20:00:26 +0800 |
commit | 3f2e811447e9d278e9663806af163f4c72f2a065 (patch) | |
tree | e0c781bc5ca7b0bc057447c01034148a8e8c46e2 | |
parent | cc628bba5f7343f2ecff59f6f2de6d475a3673c5 (diff) |
try to use in-memory resource.feature/in-memory-res
-rw-r--r-- | pyoxidizer.template.bzl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyoxidizer.template.bzl b/pyoxidizer.template.bzl index 349ba3e..2249be5 100644 --- a/pyoxidizer.template.bzl +++ b/pyoxidizer.template.bzl @@ -87,10 +87,10 @@ def make_exe(dist): # an optional fallback. # Use in-memory location for adding resources by default. - # policy.resources_location = "in-memory" + policy.resources_location = "in-memory" # Use filesystem-relative location for adding resources by default. - policy.resources_location = "filesystem-relative:lib" + # policy.resources_location = "filesystem-relative:lib" # Attempt to add resources relative to the built binary when # `resources_location` fails. |