Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #177 from nashaofu/dev
Browse files Browse the repository at this point in the history
release 2.0.13
  • Loading branch information
nashaofu authored Mar 8, 2019
2 parents b87bc3d + 0f295e8 commit abf3644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/renderer/webpack.prod.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = merge(baseWebpackConfig, {
...htmlWebpackPlugins(view => {
return new HtmlWebpackPlugin({
title: view.title,
filename: 'index.html',
filename: `${view.key}.html`,
template: path.join(config.srcRendererDir, 'index.html'),
inject: true,
minify: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dingtalk",
"version": "2.0.12",
"version": "2.0.13",
"description": "钉钉桌面版,基于electron和钉钉网页版开发,支持Windows、Linux和macOS",
"author": "nashaofu <[email protected]>",
"main": "dist/main.js",
Expand Down

0 comments on commit abf3644

Please sign in to comment.