Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LzxHahaha committed Feb 3, 2018
1 parent 00ca1d1 commit 6679d55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@
"uuid": "^3.2.1"
},
"build": {
"appId": "adb.ui.lzxhahaha",
"appId": "com.lzxhahaha.adbui",
"productName": "ADB UI",
"win": {
"icon": "resources/icon.ico"
},
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true
"allowToChangeInstallationDirectory": true,
"license": "./LICENSE"
}
}
}
3 changes: 0 additions & 3 deletions ui/config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,6 @@ module.exports = {
],
},
plugins: [
new webpack.optimize.ProvidePlugin({
'process.env.NODE_ENV': 'production'
}),
new InterpolateHtmlPlugin(env.raw),
new HtmlWebpackPlugin({
inject: true,
Expand Down
2 changes: 1 addition & 1 deletion ui/src/pages/Logcat/modals/NewFilterModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default class NewFilterModal extends React.Component {
@observable apps = [];

componentWillMount() {
this.refreshAppSource();
setTimeout(this.refreshAppSource, 100);
}

refreshAppSource = async (name = '') => {
Expand Down

0 comments on commit 6679d55

Please sign in to comment.