aboutsummaryrefslogtreecommitdiffstats
path: root/priv/templates/bin_windows
AgeCommit message (Collapse)Author
2016-08-24Merge pull request #479 from emtenet/add-boot-varv3.21.0Tristan Sloughter
Fix for #478 Boot variable $ERTS_LIB_DIR not supplied in Windows scripts
2016-04-29Add a boot variable to Windows scriptsemtenet
Add missing -boot_var argument to Windows scripts when starting erlang. Use different boot variables on Windows vs non-Windows. The built-in $ROOT boot variable points to the erts directory on Windows (dictated by erl.ini [erlang] Rootdir=) and so a boot variable $RELEASE_DIR is made pointing to the release directory
2016-04-05Fix erts path discovery on Windows if the path contains spaces.Benedikt Reinartz
2016-01-23replacing OS vars: use .orig files to prevent overwritingerlanger
2015-05-08use mustache instead of erlydtl for overlaysTristan Sloughter