Fixed app icon error; created .pkg
This commit is contained in:
parent
d99c5d2f23
commit
4fea9596f9
8 changed files with 127 additions and 6 deletions
|
|
@ -46,14 +46,14 @@
|
|||
"action": "ignore",
|
||||
"active": true,
|
||||
"destination": "~/Downloads/",
|
||||
"extensions": ["*.exe", "*.msi", "*.elf"],
|
||||
"extensions": ["*.exe", "*.msi", "*.dmg", "*.pkg", "*.deb", "*.elf"],
|
||||
"name": "Programs"
|
||||
},
|
||||
"archive": {
|
||||
"action": "ignore",
|
||||
"active": true,
|
||||
"destination": "~/Downloads/",
|
||||
"extensions": ["*.zip", "*.rar", "*.tar", "*.iso", "*.gz", "*.lz", "*.rz", "*.7z", "*.dmg"],
|
||||
"extensions": ["*.zip", "*.rar", "*.tar", "*.iso", "*.gz", "*.lz", "*.rz", "*.xz", "*.7z"],
|
||||
"name": "Archives"
|
||||
},
|
||||
"other": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue