mirror of
https://github.com/litruv/AudioSort.git
synced 2026-07-24 18:56:01 +10:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| acf4b8d8b7 | |||
| fe38e7e8f2 | |||
| e16abd7370 | |||
| 9ade1cc7dd |
3
.github/workflows/build-all.yml
vendored
3
.github/workflows/build-all.yml
vendored
@@ -2,11 +2,8 @@ name: Build All Platforms
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
pull_request:
|
|
||||||
branches: [main]
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
BIN
build/icon.png
Normal file
BIN
build/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 190 KiB |
@@ -2,7 +2,11 @@
|
|||||||
"name": "audio-sort",
|
"name": "audio-sort",
|
||||||
"version": "0.5.2",
|
"version": "0.5.2",
|
||||||
"description": "Electron audio sorting application with fuzzy search, tagging, library management, and advanced waveform editing with audio splitting capabilities for WAV files.",
|
"description": "Electron audio sorting application with fuzzy search, tagging, library management, and advanced waveform editing with audio splitting capabilities for WAV files.",
|
||||||
"author": "litruv",
|
"author": {
|
||||||
|
"name": "litruv",
|
||||||
|
"email": "litruv@example.com",
|
||||||
|
"url": "https://lit.ruv.wtf"
|
||||||
|
},
|
||||||
"main": "dist/main/main/index.js",
|
"main": "dist/main/main/index.js",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -75,7 +79,7 @@
|
|||||||
"rpm",
|
"rpm",
|
||||||
"snap"
|
"snap"
|
||||||
],
|
],
|
||||||
"icon": "build/icon.ico",
|
"icon": "build/icon.png",
|
||||||
"category": "AudioVideo",
|
"category": "AudioVideo",
|
||||||
"description": "Audio sorting and management application",
|
"description": "Audio sorting and management application",
|
||||||
"mimeTypes": [
|
"mimeTypes": [
|
||||||
@@ -85,6 +89,7 @@
|
|||||||
},
|
},
|
||||||
"snap": {
|
"snap": {
|
||||||
"summary": "Audio sorting and management application",
|
"summary": "Audio sorting and management application",
|
||||||
|
"publish": null,
|
||||||
"plugs": [
|
"plugs": [
|
||||||
"default",
|
"default",
|
||||||
"audio-playback",
|
"audio-playback",
|
||||||
|
|||||||
Reference in New Issue
Block a user