4 Commits

2 changed files with 7 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ on:
jobs:
build-windows:
runs-on: windows-latest
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -55,7 +55,6 @@ jobs:
release/*.AppImage
release/*.deb
release/*.rpm
release/*.snap
release:
needs: [build-windows, build-linux]
@@ -80,7 +79,6 @@ jobs:
*.AppImage
*.deb
*.rpm
*.snap
draft: false
prerelease: false
env:

View File

@@ -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,8 +76,7 @@
"target": [
"AppImage",
"deb",
"rpm",
"snap"
"rpm"
],
"icon": "build/icon.png",
"category": "AudioVideo",
@@ -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",