mirror of
https://github.com/litruv/AudioSort.git
synced 2026-07-24 18:56:01 +10:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 761b1574e7 | |||
| 953c22bec3 | |||
| acf4b8d8b7 | |||
| fe38e7e8f2 | |||
| e16abd7370 | |||
| 9ade1cc7dd |
7
.github/workflows/build-all.yml
vendored
7
.github/workflows/build-all.yml
vendored
@@ -2,16 +2,13 @@ name: Build All Platforms
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
tags:
|
||||
- 'v*'
|
||||
pull_request:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-windows:
|
||||
runs-on: windows-latest
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
@@ -58,7 +55,6 @@ jobs:
|
||||
release/*.AppImage
|
||||
release/*.deb
|
||||
release/*.rpm
|
||||
release/*.snap
|
||||
|
||||
release:
|
||||
needs: [build-windows, build-linux]
|
||||
@@ -83,7 +79,6 @@ jobs:
|
||||
*.AppImage
|
||||
*.deb
|
||||
*.rpm
|
||||
*.snap
|
||||
draft: false
|
||||
prerelease: false
|
||||
env:
|
||||
|
||||
BIN
build/icon.png
Normal file
BIN
build/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 190 KiB |
20
package.json
20
package.json
@@ -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": {
|
||||
@@ -72,10 +76,9 @@
|
||||
"target": [
|
||||
"AppImage",
|
||||
"deb",
|
||||
"rpm",
|
||||
"snap"
|
||||
"rpm"
|
||||
],
|
||||
"icon": "build/icon.ico",
|
||||
"icon": "build/icon.png",
|
||||
"category": "AudioVideo",
|
||||
"description": "Audio sorting and management application",
|
||||
"mimeTypes": [
|
||||
@@ -83,15 +86,6 @@
|
||||
"audio/x-wav"
|
||||
]
|
||||
},
|
||||
"snap": {
|
||||
"summary": "Audio sorting and management application",
|
||||
"plugs": [
|
||||
"default",
|
||||
"audio-playback",
|
||||
"home",
|
||||
"removable-media"
|
||||
]
|
||||
},
|
||||
"extraResources": [
|
||||
{
|
||||
"from": "data/UCS.csv",
|
||||
|
||||
Reference in New Issue
Block a user