4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-21 06:09:51 +01:00

Fixed icon not working on taskbar + fixed vulnerability with ini

This commit is contained in:
Quentin Legot 2020-12-20 11:52:40 +01:00 committed by Quentin Legot
parent 813d9223cc
commit 6a87378f4b
2 changed files with 5 additions and 5 deletions

View File

@ -3,8 +3,8 @@ module.exports = {
packagerConfig: {
packageName: "Launcher",
name: "Launcher",
productName: "Launcher"//,
//icon: path.resolve(__dirname, 'app.ico')
productName: "Launcher",
icon: path.resolve(__dirname, 'app.ico')
},
makers: [
{

6
package-lock.json generated
View File

@ -2503,9 +2503,9 @@
"dev": true
},
"ini": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
"integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
"version": "1.3.8",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
"dev": true
},
"inquirer": {