4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-22 06:19:50 +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: { packagerConfig: {
packageName: "Launcher", packageName: "Launcher",
name: "Launcher", name: "Launcher",
productName: "Launcher"//, productName: "Launcher",
//icon: path.resolve(__dirname, 'app.ico') icon: path.resolve(__dirname, 'app.ico')
}, },
makers: [ makers: [
{ {

6
package-lock.json generated
View File

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