1 Star 0 Fork 0

deeprado/gulp-electron-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
gulpfile.js 315 Bytes
一键复制 编辑 原始数据 按行查看 历史
deeprado 提交于 2021-06-03 14:17 . first commit
const gulp = require('gulp');
const winInstaller = require('electron-windows-installer');
gulp.task('create-windows-installer', (done) => {
winInstaller({
appDirectory: './',
outputDirectory: './release',
arch: 'ia32',
setupExe: 'youzhi',
setupMsi: 'youzhi',
}).then(done).catch(done);
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/deeprado/gulp-electron-app.git
[email protected]:deeprado/gulp-electron-app.git
deeprado
gulp-electron-app
gulp-electron-app
master

搜索帮助