Update rebar.config.erl

This commit is contained in:
AvantLiu 2021-11-10 11:46:26 +08:00 committed by GitHub
parent ce6ce5e8ff
commit a5ac7ebb2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,7 +221,6 @@ overlay_vars_rel(RelType) ->
, {enable_plugin_dgiot_ffmpeg, true}
, {enable_plugin_dgiot_shouyincheng, true}
, {enable_plugin_dgiot_gb26875, true}
, {enable_plugin_dgiot_esports, true}
, {vm_args_file, VmArgs}
].
@ -352,8 +351,7 @@ relx_plugin_apps_per_rel(cloud) ->
, dgiot_group
, dgiot_ffmpeg
, dgiot_shouyincheng
, dgiot_gb26875
, dgiot_esports
, dgiot_gb26875
];
relx_plugin_apps_per_rel(edge) ->
[].