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:
parent
813d9223cc
commit
6a87378f4b
@ -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
6
package-lock.json
generated
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user