v5.7-patch1-build3

This commit is contained in:
afkarxyz
2025-11-23 05:11:51 +07:00
parent f9974d4a3e
commit 44658f6ba6
+5 -2
View File
@@ -55,6 +55,7 @@ jobs:
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- name: Setup pnpm cache - name: Setup pnpm cache
continue-on-error: true
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: ${{ env.STORE_PATH }} path: ${{ env.STORE_PATH }}
@@ -123,6 +124,7 @@ jobs:
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- name: Setup pnpm cache - name: Setup pnpm cache
continue-on-error: true
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: ${{ env.STORE_PATH }} path: ${{ env.STORE_PATH }}
@@ -206,6 +208,7 @@ jobs:
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- name: Setup pnpm cache - name: Setup pnpm cache
continue-on-error: true
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: ${{ env.STORE_PATH }} path: ${{ env.STORE_PATH }}
@@ -242,11 +245,11 @@ jobs:
run: | run: |
mkdir -p AppDir mkdir -p AppDir
# Create desktop file # Create desktop file (Exec must match binary name)
cat > spotiflac.desktop << 'EOF' cat > spotiflac.desktop << 'EOF'
[Desktop Entry] [Desktop Entry]
Name=SpotiFLAC Name=SpotiFLAC
Exec=spotiflac Exec=SpotiFLAC
Icon=spotiflac Icon=spotiflac
Type=Application Type=Application
Categories=Audio;AudioVideo; Categories=Audio;AudioVideo;