mirror of
https://github.com/litruv/AudioSort.git
synced 2026-07-25 03:06:02 +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:
|
||||
push:
|
||||
branches: [main]
|
||||
tags:
|
||||
- 'v*'
|
||||
pull_request:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
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",
|
||||
"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.",
|
||||
"author": "litruv",
|
||||
"author": {
|
||||
"name": "litruv",
|
||||
"email": "litruv@example.com",
|
||||
"url": "https://lit.ruv.wtf"
|
||||
},
|
||||
"main": "dist/main/main/index.js",
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
@@ -75,7 +79,7 @@
|
||||
"rpm",
|
||||
"snap"
|
||||
],
|
||||
"icon": "build/icon.ico",
|
||||
"icon": "build/icon.png",
|
||||
"category": "AudioVideo",
|
||||
"description": "Audio sorting and management application",
|
||||
"mimeTypes": [
|
||||
@@ -85,6 +89,7 @@
|
||||
},
|
||||
"snap": {
|
||||
"summary": "Audio sorting and management application",
|
||||
"publish": null,
|
||||
"plugs": [
|
||||
"default",
|
||||
"audio-playback",
|
||||
|
||||
Reference in New Issue
Block a user