6 Commits

3 changed files with 8 additions and 19 deletions

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

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,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",