chore: added more @spec

This commit is contained in:
2026-05-01 17:49:50 +02:00
parent abcae1dad7
commit 881056eb61
157 changed files with 6223 additions and 1647 deletions

View File

@@ -20,8 +20,10 @@ defmodule Mix.Tasks.Bds.Package do
platform: platform,
version: version,
output_dir: opts[:output] || Path.expand("dist/#{platform}", File.cwd!()),
app_release_source: opts[:app_release] || Path.expand("_build/#{env_name}/rel/bds", File.cwd!()),
mcp_release_source: opts[:mcp_release] || Path.expand("_build/#{env_name}/rel/bds_mcp", File.cwd!())
app_release_source:
opts[:app_release] || Path.expand("_build/#{env_name}/rel/bds", File.cwd!()),
mcp_release_source:
opts[:mcp_release] || Path.expand("_build/#{env_name}/rel/bds_mcp", File.cwd!())
]
case BDS.ReleasePackaging.package(package_opts) do