Update package.json

This commit is contained in:
Anirudh Sevugan 2025-02-25 18:12:54 +05:30 committed by GitHub
parent ef3c7e9459
commit c173ffcc97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,14 @@
"target": [
"dmg"
],
"icon": "icon.icns"
"icon": "icon.icns",
"fileAssociations": [
{
"ext": "mov",
"name": "QuickTime Movie",
"role": "Viewer"
}
]
},
"win": {
"target": "msi",
@ -73,7 +80,7 @@
"name": "MKV Video",
"role": "Viewer"
}
]
]
},
"devDependencies": {
"electron": "^34.0.1",