Results 2 issues of [email protected]

I run up the letsproxy instance using the following command. > docker run \ -it \ -v /var/run/docker.sock:/tmp/docker.sock:ro \ -v $(pwd)/proxy/certs:/etc/nginx/certs \ -v $(pwd)/proxy/acme:/acmecerts \ -v $(pwd)/proxy/conf.d:/etc/nginx/conf.d \ -v $(pwd)/proxy/vhost.d:/etc/nginx/vhost.d...

请问用户在安装electron-egg打包的应用程序时,如何在用户的电脑将程序的安装路径添加到系统中? 或者有其他方式? 谢谢