mirror of
https://github.com/litruv/AudioSort.git
synced 2026-07-24 02:36:01 +10:00
fix: remove snap target to avoid publishing issues
This commit is contained in:
13
package.json
13
package.json
@@ -76,8 +76,7 @@
|
||||
"target": [
|
||||
"AppImage",
|
||||
"deb",
|
||||
"rpm",
|
||||
"snap"
|
||||
"rpm"
|
||||
],
|
||||
"icon": "build/icon.png",
|
||||
"category": "AudioVideo",
|
||||
@@ -87,16 +86,6 @@
|
||||
"audio/x-wav"
|
||||
]
|
||||
},
|
||||
"snap": {
|
||||
"summary": "Audio sorting and management application",
|
||||
"publish": null,
|
||||
"plugs": [
|
||||
"default",
|
||||
"audio-playback",
|
||||
"home",
|
||||
"removable-media"
|
||||
]
|
||||
},
|
||||
"extraResources": [
|
||||
{
|
||||
"from": "data/UCS.csv",
|
||||
|
||||
Reference in New Issue
Block a user