mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-09 21:16:26 +08:00
Remove unused code
This commit is contained in:
parent
819d572511
commit
83ab333a16
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ defmodule AppBundler.Windows do
|
||||||
manifest_xml_path = "#{app_path}/Manifest.xml"
|
manifest_xml_path = "#{app_path}/Manifest.xml"
|
||||||
copy_template(manifest_eex_path, manifest_xml_path, release: release)
|
copy_template(manifest_eex_path, manifest_xml_path, release: release)
|
||||||
|
|
||||||
erl_exe = "#{app_path}/rel/erts-#{release.erts_version}/bin/erl.exe"
|
|
||||||
[erl_exe | _] = Path.wildcard("#{app_path}/**/erl.exe")
|
[erl_exe | _] = Path.wildcard("#{app_path}/**/erl.exe")
|
||||||
log(:green, :updating, Path.relative_to_cwd(erl_exe))
|
log(:green, :updating, Path.relative_to_cwd(erl_exe))
|
||||||
Mix.Task.run("pe.update", ["--set-manifest", manifest_xml_path, erl_exe])
|
Mix.Task.run("pe.update", ["--set-manifest", manifest_xml_path, erl_exe])
|
||||||
|
|
Loading…
Add table
Reference in a new issue