4 Commits

2 changed files with 7 additions and 15 deletions

View File

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

View File

@@ -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": {
@@ -72,8 +76,7 @@
"target": [ "target": [
"AppImage", "AppImage",
"deb", "deb",
"rpm", "rpm"
"snap"
], ],
"icon": "build/icon.png", "icon": "build/icon.png",
"category": "AudioVideo", "category": "AudioVideo",
@@ -83,15 +86,6 @@
"audio/x-wav" "audio/x-wav"
] ]
}, },
"snap": {
"summary": "Audio sorting and management application",
"plugs": [
"default",
"audio-playback",
"home",
"removable-media"
]
},
"extraResources": [ "extraResources": [
{ {
"from": "data/UCS.csv", "from": "data/UCS.csv",