Skip to content

Commit

Permalink
Changed Appname - may break yealier settings
Browse files Browse the repository at this point in the history
Fix: Name of app window: added title: "CasparCG ClipTool" in webpack.build.config.js
  • Loading branch information
olzzon committed Oct 2, 2018
1 parent 0cade99 commit ca6e734
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CasparCGClient",
"productName": "CasparCG ClipTool",
"productName": "CasparCGClipTool",
"version": "0.1.2",
"description": "CasparCG ClipTool",
"license": "MIT",
Expand Down
4 changes: 3 additions & 1 deletion webpack.build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ module.exports = {
},
target: 'electron-renderer',
plugins: [
new HtmlWebpackPlugin(),
new HtmlWebpackPlugin({
title: 'CasparCG ClipTool'
}),
new MiniCssExtractPlugin({
// Options similar to the same options in webpackOptions.output
// both options are optional
Expand Down

0 comments on commit ca6e734

Please sign in to comment.