Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hernoufM authored and rjbou committed Sep 20, 2023
1 parent 067b015 commit b4c3cb5
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ Configuration
first being the destination basename (the name of the file in
the installation directory), and the second being the path to the
directory itself. For example: ["file.txt" "path/to/file"].
Relative paths are resolved by searching files in current
directory.
envvar
A list of environment variables to set/unset in the Windows
Expand All @@ -189,20 +191,19 @@ Configuration

```
opamwix-version : "0.1"
embbed-file : [
"%{bin}%/dune"
"%{lib}%/opam-core/opamACL.ml"
"dune-project"
embbed : [
[ "dune" "%{bin}%/dune"]
[ "opamACL.ml" "%{lib}%/opam-core/opamACL.ml"]
[ "dune-project" "./dune-project"]
[ "share" "%{share}%/dune"]
[ "data" "./data"]
]
embbed-dir: [
["share" "%{share}%/dune"]
["data" "./data"]
]
envvar: [
["VAR1" "toto"]
["VAR2" "titi"]
["VAR2" "tata"]
envvar : [
[ "FOO_VAR" "foo"]
[ "OPAM_ACL_PATH" "%{opamACL.ml}%"]
[ "FOO_SHARE" "%{share}%"]
]
```


Expand Down

0 comments on commit b4c3cb5

Please sign in to comment.