# electron_builder_auto_move **Repository Path**: longmo666/electron_builder_auto_move ## Basic Information - **Project Name**: electron_builder_auto_move - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-27 - **Last Updated**: 2024-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装electron-builder下载不下来的依赖 执行命令 ```sh npm install npm start ``` ## 注意路径 windows下,若是 '\' 需要转义为 '\\' 推荐统一使用 '/' ## 下载electron ```sh npm run dl:electron ``` ## 下载electron-builder ```sh npm run dl:dlBuilder ``` ## 复制到windows默认目录下 ```sh npm start ```